Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dglock.c327 * @current_gh: One of the current holders of @gl
332 * @current_gh; they are all the same as far as compatibility with the new @gh
339 struct gfs2_holder *current_gh, in may_grant() argument
342 if (current_gh) { in may_grant()
343 GLOCK_BUG_ON(gl, !test_bit(HIF_HOLDER, &current_gh->gh_iflags)); in may_grant()
345 switch(current_gh->gh_state) { in may_grant()
355 (current_gh->gh_flags & LM_FLAG_NODE_SCOPE) && in may_grant()
360 return gh->gh_state == current_gh->gh_state; in may_grant()
490 struct gfs2_holder *gh, *current_gh; in do_promote() local
492 current_gh in do_promote()
1497 struct gfs2_holder *current_gh; add_to_queue() local
1561 struct gfs2_holder *current_gh; gfs2_glock_nq() local
[all...]