Home
last modified time | relevance | path

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

/linux/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()
544 if (list_empty(&gl->gl_holders)) in find_last_waiter()
612 list_move_tail(&gh->gh_list, &gl->gl_holders); in finish_xmote()
1549 list_add_tail(&gh->gh_list, &gl->gl_holders); in add_to_queue()
1600 list_add_tail(&gh->gh_list, &gl->gl_holders); in gfs2_glock_nq()
1668 if (list_empty(&gl->gl_holders)) in __gfs2_glock_dq()
1891 if (!list_empty(&gl->gl_holders) && in gfs2_glock_cb()
[all …]
A Dmain.c55 INIT_LIST_HEAD(&gl->gl_holders); in gfs2_init_glock_once()
A Dglock.h147 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in gfs2_glock_is_locked_by_me()
A Dincore.h350 struct list_head gl_holders; member
A Drgrp.c2021 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()
/linux/Documentation/filesystems/
A Dgfs2-glocks.rst12 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 21 milliseconds