Home
last modified time | relevance | path

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

/Linux-v6.1/fs/gfs2/
Dglock.c214 if (!list_empty(&gl->gl_holders)) in demote_ok()
285 GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders)); in __gfs2_glock_put()
395 list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { in do_error()
428 list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { in demote_incompat_holders()
458 if (!list_empty(&gl->gl_holders)) { in find_first_holder()
459 gh = list_first_entry(&gl->gl_holders, struct gfs2_holder, in find_first_holder()
478 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in find_first_strong_holder()
546 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in do_promote()
556 if (list_is_first(&gh->gh_list, &gl->gl_holders)) in do_promote()
582 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in find_first_waiter()
[all …]
Dmain.c55 INIT_LIST_HEAD(&gl->gl_holders); in gfs2_init_glock_once()
Dglock.h156 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in gfs2_glock_is_locked_by_me()
Dincore.h352 struct list_head gl_holders; member
Drgrp.c2021 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()
/Linux-v6.1/Documentation/filesystems/
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