Searched refs:gl_holders (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/gfs2/ |
D | glock.c | 177 if (!list_empty(&gl->gl_holders)) in demote_ok() 249 GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders)); in __gfs2_glock_put() 287 …const struct gfs2_holder *gh_head = list_entry(gl->gl_holders.next, const struct gfs2_holder, gh_l… in may_grant() 322 list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { in do_error() 354 list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { in do_promote() 358 if (gh->gh_list.prev == &gl->gl_holders && in do_promote() 383 if (gh->gh_list.prev == &gl->gl_holders) in do_promote() 400 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in find_first_waiter() 428 if (held1 && held2 && list_empty(&gl->gl_holders)) in state_change() 477 list_move_tail(&gh->gh_list, &gl->gl_holders); in finish_xmote() [all …]
|
D | main.c | 56 INIT_LIST_HEAD(&gl->gl_holders); in gfs2_init_glock_once()
|
D | glock.h | 147 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in gfs2_glock_is_locked_by_me()
|
D | incore.h | 370 struct list_head gl_holders; member
|
D | rgrp.c | 2004 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()
|