Searched refs:gl_holders (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/fs/gfs2/ |
A D | glock.c | 208 if (!list_empty(&gl->gl_holders)) in demote_ok() 278 GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders)); in __gfs2_glock_put() 412 if (!list_empty(&gl->gl_holders)) { in find_first_holder() 479 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in do_promote() 489 if (list_is_first(&gh->gh_list, &gl->gl_holders)) in do_promote() 512 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in find_first_waiter() 595 list_move_tail(&gh->gh_list, &gl->gl_holders); in finish_xmote() 1525 list_add_tail(&gh->gh_list, &gl->gl_holders); in add_to_queue() 1633 if (list_empty(&gl->gl_holders)) in __gfs2_glock_dq() 1862 if (!list_empty(&gl->gl_holders) && in gfs2_glock_cb() [all …]
|
A D | main.c | 55 INIT_LIST_HEAD(&gl->gl_holders); in gfs2_init_glock_once()
|
A D | glock.h | 155 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in gfs2_glock_is_locked_by_me()
|
A D | incore.h | 352 struct list_head gl_holders; member
|
A D | rgrp.c | 2021 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()
|
/linux-6.3-rc2/Documentation/filesystems/ |
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
|
Completed in 19 milliseconds