gl_holders        174 fs/gfs2/glock.c 	if (!list_empty(&gl->gl_holders))
gl_holders        246 fs/gfs2/glock.c 	GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders));
gl_holders        284 fs/gfs2/glock.c 	const struct gfs2_holder *gh_head = list_entry(gl->gl_holders.next, const struct gfs2_holder, gh_list);
gl_holders        324 fs/gfs2/glock.c 	list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) {
gl_holders        356 fs/gfs2/glock.c 	list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) {
gl_holders        360 fs/gfs2/glock.c 			if (gh->gh_list.prev == &gl->gl_holders &&
gl_holders        385 fs/gfs2/glock.c 		if (gh->gh_list.prev == &gl->gl_holders)
gl_holders        402 fs/gfs2/glock.c 	list_for_each_entry(gh, &gl->gl_holders, gh_list) {
gl_holders        430 fs/gfs2/glock.c 	if (held1 && held2 && list_empty(&gl->gl_holders))
gl_holders        479 fs/gfs2/glock.c 					list_move_tail(&gh->gh_list, &gl->gl_holders);
gl_holders        609 fs/gfs2/glock.c 	if (!list_empty(&gl->gl_holders)) {
gl_holders        610 fs/gfs2/glock.c 		gh = list_entry(gl->gl_holders.next, struct gfs2_holder, gh_list);
gl_holders       1129 fs/gfs2/glock.c 	list_for_each_entry(gh2, &gl->gl_holders, gh_list) {
gl_holders       1150 fs/gfs2/glock.c 		list_add_tail(&gh->gh_list, &gl->gl_holders);
gl_holders       1157 fs/gfs2/glock.c 	gh = list_entry(gl->gl_holders.next, struct gfs2_holder, gh_list);
gl_holders       1256 fs/gfs2/glock.c 		if (list_empty(&gl->gl_holders) &&
gl_holders       1474 fs/gfs2/glock.c 	list_for_each_entry(gh, &gl->gl_holders, gh_list) {
gl_holders       1909 fs/gfs2/glock.c 	list_for_each_entry(gh, &gl->gl_holders, gh_list)
gl_holders        144 fs/gfs2/glock.h 	list_for_each_entry(gh, &gl->gl_holders, gh_list) {
gl_holders        363 fs/gfs2/incore.h 	struct list_head gl_holders;
gl_holders         55 fs/gfs2/main.c 	INIT_LIST_HEAD(&gl->gl_holders);
gl_holders       2014 fs/gfs2/rgrp.c 	if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) &&