Home
last modified time | relevance | path

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

/fs/gfs2/
Dglock.c327 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_promote()
446 const struct gfs2_glock_operations *glops = gl->gl_ops; in finish_xmote()
552 const struct gfs2_glock_operations *glops = gl->gl_ops; in do_xmote()
672 holdtime = gl->gl_tchange + gl->gl_ops->go_min_hold_time; in glock_work_func()
738 gl->gl_ops = glops; in gfs2_glock_get()
942 (gh->gh_gl->gl_ops->go_type != LM_TYPE_FLOCK))) in add_to_queue()
1037 const struct gfs2_glock_operations *glops = gl->gl_ops; in gfs2_glock_dq()
1067 delay = gl->gl_ops->go_min_hold_time; in gfs2_glock_dq()
1137 BUG_ON(gh_a->gh_gl->gl_ops->go_type == gh_b->gh_gl->gl_ops->go_type); in glock_compare()
1307 holdtime = gl->gl_tchange + gl->gl_ops->go_min_hold_time; in blocking_cb()
[all …]
Dglops.c132 else if (gl->gl_ops == &gfs2_rgrp_glops && gl->gl_object) { in meta_go_inval()
364 j_gl->gl_ops->go_inval(j_gl, DIO_METADATA); in trans_go_xmote_bh()
Dsuper.c141 j_gl->gl_ops->go_inval(j_gl, DIO_METADATA); in gfs2_make_fs_rw()
Dincore.h183 const struct gfs2_glock_operations *gl_ops; member