Home
last modified time | relevance | path

Searched refs:gl_holders (Results 1 – 5 of 5) sorted by relevance

/fs/gfs2/
A Dglock.c270 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 Dmain.c54 INIT_LIST_HEAD(&gl->gl_holders); in gfs2_init_glock_once()
A Dglock.h157 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in gfs2_glock_is_locked_by_me()
A Dincore.h353 struct list_head gl_holders; member
A Drgrp.c2019 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()

Completed in 19 milliseconds