Searched refs:b_list (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/fs/lockd/ |
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()
|
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() 134 if (!list_empty(&block->b_list)) { in nlmsvc_remove_block() 136 list_del_init(&block->b_list); in nlmsvc_remove_block() 155 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_lookup_block() 188 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_find_block() 233 INIT_LIST_HEAD(&block->b_list); in nlmsvc_create_block() 325 if (list_empty(&block->b_list)) in nlmsvc_traverse_blocks() [all …]
|
/Linux-v6.1/fs/xfs/ |
D | xfs_buf.c | 237 INIT_LIST_HEAD(&bp->b_list); in _xfs_buf_alloc() 2055 bp = list_first_entry(list, struct xfs_buf, b_list); in xfs_buf_delwri_cancel() 2059 list_del_init(&bp->b_list); in xfs_buf_delwri_cancel() 2104 if (list_empty(&bp->b_list)) { in xfs_buf_delwri_queue() 2106 list_add_tail(&bp->b_list, list); in xfs_buf_delwri_queue() 2123 struct xfs_buf *ap = container_of(a, struct xfs_buf, b_list); in xfs_buf_cmp() 2124 struct xfs_buf *bp = container_of(b, struct xfs_buf, b_list); in xfs_buf_cmp() 2154 list_for_each_entry_safe(bp, n, buffer_list, b_list) { in xfs_buf_delwri_submit_buffers() 2174 list_del_init(&bp->b_list); in xfs_buf_delwri_submit_buffers() 2191 list_move_tail(&bp->b_list, wait_list); in xfs_buf_delwri_submit_buffers() [all …]
|
D | xfs_buf.h | 159 struct list_head b_list; member
|
/Linux-v6.1/tools/perf/tests/ |
D | attr.py | 21 b_list = b.split('|') 24 for b_item in b_list:
|
/Linux-v6.1/include/linux/lockd/ |
D | lockd.h | 178 struct list_head b_list; /* linked list of all blocks */ member
|