Searched refs:gh_list (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/gfs2/ |
D | glock.c | 251 …t struct gfs2_holder *gh_head = list_entry(gl->gl_holders.next, const struct gfs2_holder, gh_list); in may_grant() 286 list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { in do_error() 295 list_del_init(&gh->gh_list); in do_error() 318 list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { in do_promote() 322 if (gh->gh_list.prev == &gl->gl_holders && in do_promote() 332 list_del_init(&gh->gh_list); in do_promote() 347 if (gh->gh_list.prev == &gl->gl_holders) in do_promote() 364 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in find_first_waiter() 441 list_move_tail(&gh->gh_list, &gl->gl_holders); in finish_xmote() 562 gh = list_entry(gl->gl_holders.next, struct gfs2_holder, gh_list); in find_first_holder() [all …]
|
D | glock.h | 146 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in gfs2_glock_is_locked_by_me()
|
D | glops.c | 283 gh = list_entry(gl->gl_holders.next, struct gfs2_holder, gh_list); in inode_go_demote_ok() 284 if (gh->gh_list.next != &gl->gl_holders) in inode_go_demote_ok()
|
D | incore.h | 254 struct list_head gh_list; member
|