Home
last modified time | relevance | path

Searched refs:gl_ops (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/gfs2/
Dglock.c108 if (gl->gl_ops->go_flags & GLOF_ASPACE) in gfs2_glock_dealloc()
144 const struct gfs2_glock_operations *glops = gl->gl_ops; in demote_ok()
332 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_promote()
434 const struct gfs2_glock_operations *glops = gl->gl_ops; in finish_xmote()
522 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_xmote()
676 holdtime = gl->gl_tchange + gl->gl_ops->go_min_hold_time; in glock_work_func()
740 gl->gl_ops = glops; in gfs2_glock_get()
891 if (gl->gl_ops->go_callback) in handle_callback()
892 gl->gl_ops->go_callback(gl); in handle_callback()
963 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue()
[all …]
Dglock.h167 if (gl->gl_ops->go_flags & GLOF_ASPACE) in gfs2_glock2aspace()
Dglops.c350 j_gl->gl_ops->go_inval(j_gl, DIO_METADATA); in trans_go_xmote_bh()
Dincore.h224 const struct gfs2_glock_operations *gl_ops; member
Dsuper.c380 j_gl->gl_ops->go_inval(j_gl, DIO_METADATA); in gfs2_make_fs_rw()