Home
last modified time | relevance | path

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

/Linux-v5.15/fs/gfs2/
Dglock.c196 const struct gfs2_glock_operations *glops = gl->gl_ops; in demote_ok() local
202 if (glops->go_demote_ok) in demote_ok()
203 return glops->go_demote_ok(gl); in demote_ok()
395 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_promote() local
405 glops->go_lock) { in do_promote()
408 ret = glops->go_lock(gh); in do_promote()
507 const struct gfs2_glock_operations *glops = gl->gl_ops; in finish_xmote() local
565 if (glops->go_xmote_bh) { in finish_xmote()
567 rv = glops->go_xmote_bh(gl); in finish_xmote()
606 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_xmote() local
[all …]
DMakefile5 glops.o log.o lops.o main.o meta_io.o \
Dsys.c295 const struct gfs2_glock_operations *glops; in demote_rq_store() local
322 glops = &gfs2_freeze_glops; in demote_rq_store()
324 glops = gfs2_glops_list[gltype]; in demote_rq_store()
325 if (glops == NULL) in demote_rq_store()
329 rv = gfs2_glock_get(sdp, glnum, glops, 0, &gl); in demote_rq_store()
Dglock.h186 const struct gfs2_glock_operations *glops,
204 const struct gfs2_glock_operations *glops,