Searched refs:glock (Results 1 – 6 of 6) sorted by relevance
225 struct p9_getlock glock; in v9fs_file_getlock() local241 memset(&glock, 0, sizeof(glock)); in v9fs_file_getlock()243 glock.start = fl->fl_start; in v9fs_file_getlock()245 glock.length = 0; in v9fs_file_getlock()248 glock.proc_id = fl->c.flc_pid; in v9fs_file_getlock()255 switch (glock.type) { in v9fs_file_getlock()267 fl->fl_start = glock.start; in v9fs_file_getlock()268 if (glock.length == 0) in v9fs_file_getlock()271 fl->fl_end = glock.start + glock.length - 1; in v9fs_file_getlock()272 fl->c.flc_pid = -glock.proc_id; in v9fs_file_getlock()[all …]
145 struct gfs2_glock glock; member174 container_of(gl, struct gfs2_glock_aspace, glock); in gfs2_glock2aspace()
4 gfs2-y := acl.o bmap.o dir.o xattr.o glock.o \
46 return gla->glock.gl_name.ln_sbd; in gfs2_mapping2sbd()
65 gfs2_init_glock_once(&gla->glock); in gfs2_init_gl_aspace_once()
134 container_of(gl, struct gfs2_glock_aspace, glock); in gfs2_glock_dealloc()1185 gl = &gla->glock; in gfs2_glock_get()
Completed in 16 milliseconds