Searched refs:gl_holders (Results 1 – 5 of 5) sorted by relevance
| /fs/gfs2/ |
| 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() 1527 list_add_tail(&gh->gh_list, &gl->gl_holders); in add_to_queue() 1571 list_add_tail(&gh->gh_list, &gl->gl_holders); in gfs2_glock_nq() 1633 if (list_empty(&gl->gl_holders)) in __gfs2_glock_dq() 1864 if (!list_empty(&gl->gl_holders) && in gfs2_glock_cb() [all …]
|
| A D | main.c | 54 INIT_LIST_HEAD(&gl->gl_holders); in gfs2_init_glock_once()
|
| A D | glock.h | 157 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in gfs2_glock_is_locked_by_me()
|
| A D | incore.h | 353 struct list_head gl_holders; member
|
| A D | rgrp.c | 2019 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()
|
Completed in 19 milliseconds