Searched refs:gl_holders (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/gfs2/ |
| H A D | glock.c | 244 GLOCK_BUG_ON(gl, !list_empty(&gl->gl_holders)); in __gfs2_glock_put() 376 list_for_each_entry_safe(gh, tmp, &gl->gl_holders, gh_list) { in do_error() 400 if (!list_empty(&gl->gl_holders)) { in find_first_holder() 401 gh = list_first_entry(&gl->gl_holders, struct gfs2_holder, in find_first_holder() 471 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in do_promote() 500 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in find_first_waiter() 518 if (list_empty(&gl->gl_holders)) in find_last_waiter() 520 gh = list_last_entry(&gl->gl_holders, struct gfs2_holder, gh_list); in find_last_waiter() 1411 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { in gfs2_should_queue_trylock() 1454 list_for_each_entry(gh2, &gl->gl_holders, gh_list) { in add_to_queue() [all …]
|
| H A D | main.c | 54 INIT_LIST_HEAD(&gl->gl_holders); in gfs2_init_glock_once()
|
| H A D | glock.h | 161 list_for_each_entry(gh, &gl->gl_holders, gh_list) { in gfs2_glock_is_locked_by_me()
|
| H A D | incore.h | 349 struct list_head gl_holders; member
|
| H A D | rgrp.c | 2019 if (gl->gl_state != LM_ST_UNLOCKED && list_empty(&gl->gl_holders) && in fast_to_acquire()
|
| /linux/Documentation/translations/zh_CN/filesystems/ |
| H A D | gfs2-glocks.rst | 23 gl_state、gl_target)和持有者列表(gl_holders) 29 gl_holders 列表包含与该 glock 关联的所有排队锁请求(不
|
| /linux/Documentation/filesystems/gfs2/ |
| H A D | 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
|