Home
last modified time | relevance | path

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

/linux/fs/gfs2/
A Dglock.c209 if (glops->go_demote_ok) in demote_ok()
210 return glops->go_demote_ok(gl); in demote_ok()
512 ret = glops->go_instantiate(gh); in gfs2_instantiate()
716 if (glops->go_xmote_bh) { in finish_xmote()
718 rv = glops->go_xmote_bh(gl); in finish_xmote()
770 glops->go_inval) { in do_xmote()
788 if (glops->go_sync) { in do_xmote()
789 ret = glops->go_sync(gl); in do_xmote()
1159 .ln_type = glops->go_type, in gfs2_glock_get()
1184 if (glops->go_flags & GLOF_LVB) { in gfs2_glock_get()
[all …]
A 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()
A DMakefile5 glops.o log.o lops.o main.o meta_io.o \
A Dglock.h188 const struct gfs2_glock_operations *glops,
214 const struct gfs2_glock_operations *glops,

Completed in 11 milliseconds