Searched refs:gl_holders (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/gfs2/ |
| A 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() 449 if (!list_empty(&gl->gl_holders)) { in find_first_holder() 469 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in find_first_strong_holder() 548 if (gh->gh_list.prev == &gl->gl_holders) in do_promote() 597 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in find_first_waiter() 679 list_move_tail(&gh->gh_list, &gl->gl_holders); in finish_xmote() 1522 list_add_tail(&gh->gh_list, &gl->gl_holders); in add_to_queue() 1655 if (list_empty(&gl->gl_holders)) in __gfs2_glock_dq() 1867 if (!list_empty(&gl->gl_holders) && in gfs2_glock_cb() [all …]
|
| A D | main.c | 56 INIT_LIST_HEAD(&gl->gl_holders); in gfs2_init_glock_once()
|
| A D | glock.h | 150 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in gfs2_glock_is_locked_by_me()
|
| A D | incore.h | 351 struct list_head gl_holders; member
|
| A D | rgrp.c | 2020 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()
|
| /linux/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 23 milliseconds