Searched refs:gh_list (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/gfs2/ |
D | glock.c | 190 …t struct gfs2_holder *gh_head = list_entry(gl->gl_holders.next, const struct gfs2_holder, gh_list); in may_grant() 225 list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { in do_error() 234 list_del_init(&gh->gh_list); in do_error() 257 list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { in do_promote() 261 if (gh->gh_list.prev == &gl->gl_holders && in do_promote() 271 list_del_init(&gh->gh_list); in do_promote() 286 if (gh->gh_list.prev == &gl->gl_holders) in do_promote() 303 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in find_first_waiter() 380 list_move_tail(&gh->gh_list, &gl->gl_holders); in finish_xmote() 501 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 | 293 gh = list_entry(gl->gl_holders.next, struct gfs2_holder, gh_list); in inode_go_demote_ok() 294 if (gh->gh_list.next != &gl->gl_holders) in inode_go_demote_ok()
|
D | incore.h | 258 struct list_head gh_list; member
|