Searched refs:gl_holders (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dglock.c217 gfs2_assert(sdp, list_empty(&gl->gl_holders));
477 if (list_empty(&gl->gl_holders)) {
495 if (list_empty(&gl->gl_holders)) {
502 next_gh = list_entry(gl->gl_holders.next, struct gfs2_holder,
508 list_move_tail(&gh->gh_list, &gl->gl_holders);
526 if (!list_empty(&gl->gl_holders))
721 gfs2_assert_warn(sdp, list_empty(&gl->gl_holders));
754 list_add_tail(&gh->gh_list, &gl->gl_holders);
812 gfs2_assert_warn(sdp, list_empty(&gl->gl_holders));
847 gfs2_assert_warn(sdp, list_empty(&gl->gl_holders));
[all...]
H A Dglock.h41 list_for_each_entry(gh, &gl->gl_holders, gh_list) {
H A Dmain.c43 INIT_LIST_HEAD(&gl->gl_holders);
H A Dincore.h160 struct list_head gl_holders; member in struct:gfs2_glock

Completed in 106 milliseconds