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

/linux-master/fs/gfs2/
H A Dglock.c313 * @current_gh: One of the current holders of @gl
318 * @current_gh; they are all the same as far as compatibility with the new @gh
325 struct gfs2_holder *current_gh,
328 if (current_gh) {
329 GLOCK_BUG_ON(gl, !test_bit(HIF_HOLDER, &current_gh->gh_iflags));
331 switch(current_gh->gh_state) {
341 (current_gh->gh_flags & LM_FLAG_NODE_SCOPE) &&
346 return gh->gh_state == current_gh->gh_state;
476 struct gfs2_holder *gh, *current_gh; local
478 current_gh
324 may_grant(struct gfs2_glock *gl, struct gfs2_holder *current_gh, struct gfs2_holder *gh) argument
1507 struct gfs2_holder *current_gh; variable in typeref:struct:gfs2_holder
1581 struct gfs2_holder *current_gh; local
[all...]

Completed in 113 milliseconds