Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dglock.c173 const struct gfs2_glock_operations *glops = gl->gl_ops; in demote_ok() local
179 if (glops->go_demote_ok) in demote_ok()
180 return glops->go_demote_ok(gl); in demote_ok()
349 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_promote() local
359 glops->go_lock) { in do_promote()
362 ret = glops->go_lock(gh); in do_promote()
456 const struct gfs2_glock_operations *glops = gl->gl_ops; in finish_xmote() local
513 if (glops->go_xmote_bh) { in finish_xmote()
515 rv = glops->go_xmote_bh(gl, gh); in finish_xmote()
544 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 \
Dglock.h183 const struct gfs2_glock_operations *glops,
200 const struct gfs2_glock_operations *glops,
Dsys.c232 const struct gfs2_glock_operations *glops; in demote_rq_store() local
259 glops = &gfs2_freeze_glops; in demote_rq_store()
261 glops = gfs2_glops_list[gltype]; in demote_rq_store()
262 if (glops == NULL) in demote_rq_store()
266 rv = gfs2_glock_get(sdp, glnum, glops, 0, &gl); in demote_rq_store()