Searched refs:gl_holders (Results 1 – 5 of 5) sorted by relevance
/fs/gfs2/ |
D | glock.c | 207 if (!list_empty(&gl->gl_holders)) in demote_ok() 278 GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders)); in __gfs2_glock_put() 388 list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { in do_error() 418 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in demote_incompat_holders() 446 if (!list_empty(&gl->gl_holders)) { in find_first_holder() 447 gh = list_first_entry(&gl->gl_holders, struct gfs2_holder, in find_first_holder() 466 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in find_first_strong_holder() 494 list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { in do_promote() 503 if (gh->gh_list.prev == &gl->gl_holders && in do_promote() 533 if (gh->gh_list.prev == &gl->gl_holders) in do_promote() [all …]
|
D | main.c | 56 INIT_LIST_HEAD(&gl->gl_holders); in gfs2_init_glock_once()
|
D | glock.h | 150 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in gfs2_glock_is_locked_by_me()
|
D | incore.h | 350 struct list_head gl_holders; member
|
D | rgrp.c | 2035 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()
|