Searched refs:gh_list (Results 1 – 3 of 3) sorted by relevance
/fs/gfs2/ |
D | glock.c | 315 …struct gfs2_holder *gh_head = list_first_entry(&gl->gl_holders, const struct gfs2_holder, gh_list); in may_grant() 355 list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { in do_error() 364 list_del_init(&gh->gh_list); in do_error() 387 list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { in do_promote() 391 if (gh->gh_list.prev == &gl->gl_holders && in do_promote() 401 list_del_init(&gh->gh_list); in do_promote() 416 if (gh->gh_list.prev == &gl->gl_holders) in do_promote() 433 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in find_first_waiter() 516 list_move_tail(&gh->gh_list, &gl->gl_holders); in finish_xmote() 723 gh = list_first_entry(&gl->gl_holders, struct gfs2_holder, gh_list); in find_first_holder() [all …]
|
D | glock.h | 144 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in gfs2_glock_is_locked_by_me() 279 return !list_empty(&gh->gh_list); in gfs2_holder_queued()
|
D | incore.h | 283 struct list_head gh_list; member
|