Home
last modified time | relevance | path

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

/linux-6.15/fs/gfs2/
H A Dglock.c468 ret = glops->go_instantiate(gl); in gfs2_instantiate()
476 if (glops->go_held) in gfs2_instantiate()
477 return glops->go_held(gh); in gfs2_instantiate()
654 if (glops->go_xmote_bh) { in finish_xmote()
658 rv = glops->go_xmote_bh(gl); in finish_xmote()
709 glops->go_inval) { in do_xmote()
726 if (!glops->go_inval && !glops->go_sync) in do_xmote()
730 if (glops->go_sync) { in do_xmote()
731 ret = glops->go_sync(gl); in do_xmote()
1194 gl->gl_ops = glops; in gfs2_glock_get()
[all …]
H A DMakefile5 glops.o log.o lops.o main.o meta_io.o \
H A Dglock.h171 const struct gfs2_glock_operations *glops,
198 const struct gfs2_glock_operations *glops,
H A 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, NO_CREATE, &gl); in demote_rq_store()