Searched refs:b_list (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/lockd/ |
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 …]
|
D | clntlock.c | 35 struct list_head b_list; /* linked list */ member 111 list_add(&block->b_list, &nlm_blocked); in nlmclnt_prepare_block() 122 list_del(&block->b_list); in nlmclnt_finish_block() 175 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmclnt_grant() 285 list_for_each_entry(block, &nlm_blocked, b_list) { in reclaimer()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_buf.c | 215 INIT_LIST_HEAD(&bp->b_list); in _xfs_buf_alloc() 1836 bp = list_first_entry(list, struct xfs_buf, b_list); in xfs_buf_delwri_cancel() 1840 list_del_init(&bp->b_list); in xfs_buf_delwri_cancel() 1885 if (list_empty(&bp->b_list)) { in xfs_buf_delwri_queue() 1887 list_add_tail(&bp->b_list, list); in xfs_buf_delwri_queue() 1904 struct xfs_buf *ap = container_of(a, struct xfs_buf, b_list); in xfs_buf_cmp() 1905 struct xfs_buf *bp = container_of(b, struct xfs_buf, b_list); in xfs_buf_cmp() 1936 list_for_each_entry_safe(bp, n, buffer_list, b_list) { in xfs_buf_delwri_submit_buffers() 1955 list_del_init(&bp->b_list); in xfs_buf_delwri_submit_buffers() 1972 list_move_tail(&bp->b_list, wait_list); in xfs_buf_delwri_submit_buffers() [all …]
|
D | xfs_buf.h | 158 struct list_head b_list; member
|
/Linux-v4.19/tools/perf/tests/ |
D | attr.py | 16 b_list = b.split('|') 19 for b_item in b_list:
|
/Linux-v4.19/include/linux/lockd/ |
D | lockd.h | 176 struct list_head b_list; /* linked list of all blocks */ member
|
/Linux-v4.19/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3664 $13 = {b_next = 0x50289380, b_blocknr = 49405, b_size = 1024, b_list = 0,
|