Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/gfs2/
H A 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()
382 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_promote() local
392 glops->go_lock) { in do_promote()
395 ret = glops->go_lock(gh); in do_promote()
495 const struct gfs2_glock_operations *glops = gl->gl_ops; in finish_xmote() local
553 if (glops->go_xmote_bh) { in finish_xmote()
555 rv = glops->go_xmote_bh(gl, gh); in finish_xmote()
594 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_xmote() local
[all …]
H A Dsys.c230 const struct gfs2_glock_operations *glops; in demote_rq_store() local
257 glops = &gfs2_freeze_glops; in demote_rq_store()
259 glops = gfs2_glops_list[gltype]; in demote_rq_store()
260 if (glops == NULL) in demote_rq_store()
264 rv = gfs2_glock_get(sdp, glnum, glops, 0, &gl); in demote_rq_store()
H A Dglock.h180 const struct gfs2_glock_operations *glops,
198 const struct gfs2_glock_operations *glops,
H A DMakefile5 glops.o log.o lops.o main.o meta_io.o \