gh_list 284 fs/gfs2/glock.c const struct gfs2_holder *gh_head = list_entry(gl->gl_holders.next, const struct gfs2_holder, gh_list); gh_list 324 fs/gfs2/glock.c list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { gh_list 333 fs/gfs2/glock.c list_del_init(&gh->gh_list); gh_list 356 fs/gfs2/glock.c list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { gh_list 360 fs/gfs2/glock.c if (gh->gh_list.prev == &gl->gl_holders && gh_list 370 fs/gfs2/glock.c list_del_init(&gh->gh_list); gh_list 385 fs/gfs2/glock.c if (gh->gh_list.prev == &gl->gl_holders) gh_list 402 fs/gfs2/glock.c list_for_each_entry(gh, &gl->gl_holders, gh_list) { gh_list 479 fs/gfs2/glock.c list_move_tail(&gh->gh_list, &gl->gl_holders); gh_list 610 fs/gfs2/glock.c gh = list_entry(gl->gl_holders.next, struct gfs2_holder, gh_list); gh_list 894 fs/gfs2/glock.c INIT_LIST_HEAD(&gh->gh_list); gh_list 1129 fs/gfs2/glock.c list_for_each_entry(gh2, &gl->gl_holders, gh_list) { gh_list 1143 fs/gfs2/glock.c insert_pt = &gh2->gh_list; gh_list 1150 fs/gfs2/glock.c list_add_tail(&gh->gh_list, &gl->gl_holders); gh_list 1155 fs/gfs2/glock.c list_add_tail(&gh->gh_list, insert_pt); gh_list 1157 fs/gfs2/glock.c gh = list_entry(gl->gl_holders.next, struct gfs2_holder, gh_list); gh_list 1246 fs/gfs2/glock.c list_del_init(&gh->gh_list); gh_list 1474 fs/gfs2/glock.c list_for_each_entry(gh, &gl->gl_holders, gh_list) { gh_list 1909 fs/gfs2/glock.c list_for_each_entry(gh, &gl->gl_holders, gh_list) gh_list 144 fs/gfs2/glock.h list_for_each_entry(gh, &gl->gl_holders, gh_list) { gh_list 266 fs/gfs2/glock.h return !list_empty(&gh->gh_list); gh_list 277 fs/gfs2/incore.h struct list_head gh_list;