Searched refs:gl_holders (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | glock.c | 234 if (!list_empty(&gl->gl_holders)) in demote_ok() 298 GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders)); in __gfs2_glock_put() 417 list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { in do_error() 441 if (!list_empty(&gl->gl_holders)) { in find_first_holder() 442 gh = list_first_entry(&gl->gl_holders, struct gfs2_holder, in find_first_holder() 508 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in do_promote() 518 if (list_is_first(&gh->gh_list, &gl->gl_holders)) in do_promote() 541 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in find_first_waiter() 622 list_move_tail(&gh->gh_list, &gl->gl_holders); in finish_xmote() 1539 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { in add_to_queue() [all …]
|
H A D | main.c | 55 INIT_LIST_HEAD(&gl->gl_holders); in gfs2_init_glock_once()
|
H A D | glock.h | 146 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in gfs2_glock_is_locked_by_me()
|
H A D | incore.h | 352 struct list_head gl_holders; member
|
H A D | rgrp.c | 2021 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | gfs2-glocks.rst | 12 as gl_state, gl_target and the list of holders (gl_holders) 19 The gl_holders list contains all the queued lock requests (not
|