Searched refs:gl_holders (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/gfs2/ |
| H A D | glock.c | 270 GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders)); in __gfs2_glock_put() 426 if (!list_empty(&gl->gl_holders)) { in find_first_holder() 493 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in do_promote() 503 if (list_is_first(&gh->gh_list, &gl->gl_holders)) in do_promote() 526 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in find_first_waiter() 544 if (list_empty(&gl->gl_holders)) in find_last_waiter() 1529 list_add_tail(&gh->gh_list, &gl->gl_holders); in add_to_queue() 1573 list_add_tail(&gh->gh_list, &gl->gl_holders); in gfs2_glock_nq() 1635 if (list_empty(&gl->gl_holders)) in __gfs2_glock_dq() 1866 if (!list_empty(&gl->gl_holders) && in gfs2_glock_cb() [all …]
|
| H A D | main.c | 54 INIT_LIST_HEAD(&gl->gl_holders); in gfs2_init_glock_once()
|
| H A D | glock.h | 147 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in gfs2_glock_is_locked_by_me()
|
| H A D | incore.h | 353 struct list_head gl_holders; member
|
| H A D | rgrp.c | 2019 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()
|
| /linux-6.15/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
|