/kernel/linux/linux-5.10/fs/lockd/ |
H A D | clntlock.c | 36 struct list_head b_list; /* linked list */ member 112 list_add(&block->b_list, &nlm_blocked); in nlmclnt_prepare_block() 123 list_del(&block->b_list); in nlmclnt_finish_block() 176 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmclnt_grant() 286 list_for_each_entry(block, &nlm_blocked, b_list) { in reclaimer()
|
H A D | svclock.c | 96 if (list_empty(&block->b_list)) { in nlmsvc_insert_block_locked() 99 list_del_init(&block->b_list); in nlmsvc_insert_block_locked() 107 b = list_entry(pos, struct nlm_block, b_list); in nlmsvc_insert_block_locked() 116 list_add_tail(&block->b_list, pos); in nlmsvc_insert_block_locked() 133 if (!list_empty(&block->b_list)) { in nlmsvc_remove_block() 135 list_del_init(&block->b_list); in nlmsvc_remove_block() 154 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_lookup_block() 187 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_find_block() 232 INIT_LIST_HEAD(&block->b_list); in nlmsvc_create_block() 324 if (list_empty(&block->b_list)) in nlmsvc_traverse_blocks() [all...] |
/kernel/linux/linux-6.6/fs/lockd/ |
H A D | svclock.c | 97 if (list_empty(&block->b_list)) { in nlmsvc_insert_block_locked() 100 list_del_init(&block->b_list); in nlmsvc_insert_block_locked() 108 b = list_entry(pos, struct nlm_block, b_list); in nlmsvc_insert_block_locked() 117 list_add_tail(&block->b_list, pos); in nlmsvc_insert_block_locked() 135 if (!list_empty(&block->b_list)) { in nlmsvc_remove_block() 136 list_del_init(&block->b_list); in nlmsvc_remove_block() 158 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_lookup_block() 194 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_find_block() 241 INIT_LIST_HEAD(&block->b_list); in nlmsvc_create_block() 334 if (list_empty(&block->b_list)) in nlmsvc_traverse_blocks() [all...] |
H A D | clntlock.c | 108 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()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_buf.c | 238 INIT_LIST_HEAD(&bp->b_list); in _xfs_buf_alloc() 2053 bp = list_first_entry(list, struct xfs_buf, b_list); in xfs_buf_delwri_cancel() 2057 list_del_init(&bp->b_list); in xfs_buf_delwri_cancel() 2102 if (list_empty(&bp->b_list)) { in xfs_buf_delwri_queue() 2104 list_add_tail(&bp->b_list, list); in xfs_buf_delwri_queue() 2121 struct xfs_buf *ap = container_of(a, struct xfs_buf, b_list); in xfs_buf_cmp() 2122 struct xfs_buf *bp = container_of(b, struct xfs_buf, b_list); in xfs_buf_cmp() 2152 list_for_each_entry_safe(bp, n, buffer_list, b_list) { in xfs_buf_delwri_submit_buffers() 2171 list_del_init(&bp->b_list); in xfs_buf_delwri_submit_buffers() 2188 list_move_tail(&bp->b_list, wait_lis in xfs_buf_delwri_submit_buffers() [all...] |
H A D | xfs_buf.h | 152 struct list_head b_list; member
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_buf.c | 237 INIT_LIST_HEAD(&bp->b_list); in _xfs_buf_alloc() 2065 bp = list_first_entry(list, struct xfs_buf, b_list); in xfs_buf_delwri_cancel() 2069 list_del_init(&bp->b_list); in xfs_buf_delwri_cancel() 2114 if (list_empty(&bp->b_list)) { in xfs_buf_delwri_queue() 2116 list_add_tail(&bp->b_list, list); in xfs_buf_delwri_queue() 2133 struct xfs_buf *ap = container_of(a, struct xfs_buf, b_list); in xfs_buf_cmp() 2134 struct xfs_buf *bp = container_of(b, struct xfs_buf, b_list); in xfs_buf_cmp() 2164 list_for_each_entry_safe(bp, n, buffer_list, b_list) { in xfs_buf_delwri_submit_buffers() 2184 list_del_init(&bp->b_list); in xfs_buf_delwri_submit_buffers() 2201 list_move_tail(&bp->b_list, wait_lis in xfs_buf_delwri_submit_buffers() [all...] |
H A D | xfs_buf.h | 172 struct list_head b_list; member
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | attr.py | 21 b_list = b.split('|') 24 for b_item in b_list:
|
/kernel/linux/linux-6.6/include/linux/lockd/ |
H A D | lockd.h | 128 struct list_head b_list; /* linked list */ member 177 struct list_head b_list; /* linked list of all blocks */ member
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | attr.py | 24 b_list = b.split('|') 27 for b_item in b_list:
|
/kernel/linux/linux-5.10/include/linux/lockd/ |
H A D | lockd.h | 175 struct list_head b_list; /* linked list of all blocks */ member
|