Home
last modified time | relevance | path

Searched refs:glops (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/fs/gfs2/
Dglock.c204 const struct gfs2_glock_operations *glops = gl->gl_ops; in demote_ok() local
210 if (glops->go_demote_ok) in demote_ok()
211 return glops->go_demote_ok(gl); in demote_ok()
430 const struct gfs2_glock_operations *glops = gl->gl_ops; in gfs2_instantiate() local
454 ret = glops->go_instantiate(gl); in gfs2_instantiate()
462 if (glops->go_held) in gfs2_instantiate()
463 return glops->go_held(gh); in gfs2_instantiate()
573 const struct gfs2_glock_operations *glops = gl->gl_ops; in finish_xmote() local
633 if (glops->go_xmote_bh) { in finish_xmote()
637 rv = glops->go_xmote_bh(gl); in finish_xmote()
[all …]
DMakefile5 glops.o log.o lops.o main.o meta_io.o \
Dglock.h185 const struct gfs2_glock_operations *glops,
212 const struct gfs2_glock_operations *glops,
Dsys.c305 const struct gfs2_glock_operations *glops; in demote_rq_store() local
332 glops = &gfs2_freeze_glops; in demote_rq_store()
334 glops = gfs2_glops_list[gltype]; in demote_rq_store()
335 if (glops == NULL) in demote_rq_store()
339 rv = gfs2_glock_get(sdp, glnum, glops, 0, &gl); in demote_rq_store()