Home
last modified time | relevance | path

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

/linux-6.15/fs/lockd/
H A Dsvclock.c95 if (list_empty(&block->b_list)) { in nlmsvc_insert_block_locked()
98 list_del_init(&block->b_list); in nlmsvc_insert_block_locked()
106 b = list_entry(pos, struct nlm_block, b_list); in nlmsvc_insert_block_locked()
115 list_add_tail(&block->b_list, pos); in nlmsvc_insert_block_locked()
133 if (!list_empty(&block->b_list)) { in nlmsvc_remove_block()
134 list_del_init(&block->b_list); in nlmsvc_remove_block()
157 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_lookup_block()
240 INIT_LIST_HEAD(&block->b_list); in nlmsvc_create_block()
333 if (list_empty(&block->b_list)) in nlmsvc_traverse_blocks()
553 !list_empty(&block->b_list)) { in nlmsvc_lock()
[all …]
H A Dclntlock.c108 list_add(&block->b_list, &nlm_blocked); in nlmclnt_queue_block()
120 list_del(&block->b_list); in nlmclnt_dequeue_block()
173 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmclnt_grant()
284 list_for_each_entry(block, &nlm_blocked, b_list) { in reclaimer()
/linux-6.15/fs/xfs/
H A Dxfs_buf.c287 INIT_LIST_HEAD(&bp->b_list); in xfs_buf_alloc()
1823 list_del_init(&bp->b_list); in xfs_buf_list_del()
1824 wake_up_var(&bp->b_list); in xfs_buf_list_del()
1840 bp = list_first_entry(list, struct xfs_buf, b_list); in xfs_buf_delwri_cancel()
1889 if (list_empty(&bp->b_list)) { in xfs_buf_delwri_queue()
1891 list_add_tail(&bp->b_list, list); in xfs_buf_delwri_queue()
1914 while (!list_empty(&bp->b_list)) { in xfs_buf_delwri_queue_here()
1916 wait_var_event(&bp->b_list, list_empty(&bp->b_list)); in xfs_buf_delwri_queue_here()
1997 list_for_each_entry_safe(bp, n, buffer_list, b_list) { in xfs_buf_delwri_submit_nowait()
2036 list_for_each_entry_safe(bp, n, buffer_list, b_list) { in xfs_buf_delwri_submit()
[all …]
H A Dxfs_buf.h174 struct list_head b_list; member
/linux-6.15/include/linux/lockd/
H A Dlockd.h128 struct list_head b_list; /* linked list */ member
177 struct list_head b_list; /* linked list of all blocks */ member
/linux-6.15/tools/perf/tests/shell/lib/
H A Dattr.py18 b_list = b.split('|')
21 for b_item in b_list: