Searched refs:b_list (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/fs/lockd/ |
D | clntlock.c | 35 struct list_head b_list; /* linked list */ member 105 list_add(&block->b_list, &nlm_blocked); in nlmclnt_prepare_block() 116 list_del(&block->b_list); in nlmclnt_finish_block() 169 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmclnt_grant() 274 list_for_each_entry(block, &nlm_blocked, b_list) { in reclaimer()
|
D | svclock.c | 95 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() 132 if (!list_empty(&block->b_list)) { in nlmsvc_remove_block() 134 list_del_init(&block->b_list); in nlmsvc_remove_block() 153 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_lookup_block() 186 list_for_each_entry(block, &nlm_blocked, b_list) { in nlmsvc_find_block() 232 INIT_LIST_HEAD(&block->b_list); in nlmsvc_create_block() 327 if (list_empty(&block->b_list)) in nlmsvc_traverse_blocks() [all …]
|
/linux-3.4.99/fs/xfs/ |
D | xfs_buf.c | 187 INIT_LIST_HEAD(&bp->b_list); in xfs_buf_alloc() 1567 if (!list_empty(&bp->b_list)) { in xfs_buf_delwri_queue() 1570 list_move_tail(&bp->b_list, &btp->bt_delwri_queue); in xfs_buf_delwri_queue() 1578 list_add_tail(&bp->b_list, &btp->bt_delwri_queue); in xfs_buf_delwri_queue() 1591 if ((bp->b_flags & XBF_DELWRI) && !list_empty(&bp->b_list)) { in xfs_buf_delwri_dequeue() 1593 list_del_init(&bp->b_list); in xfs_buf_delwri_dequeue() 1630 list_move(&bp->b_list, &btp->bt_delwri_queue); in xfs_buf_delwri_promote() 1651 list_for_each_entry_safe(bp, n, &target->bt_delwri_queue, b_list) { in xfs_buf_delwri_split() 1663 list_move_tail(&bp->b_list, list); in xfs_buf_delwri_split() 1684 struct xfs_buf *ap = container_of(a, struct xfs_buf, b_list); in xfs_buf_cmp() [all …]
|
D | xfs_buf.h | 140 struct list_head b_list; member
|
/linux-3.4.99/include/linux/lockd/ |
D | lockd.h | 171 struct list_head b_list; /* linked list of all blocks */ member
|
/linux-3.4.99/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 3664 $13 = {b_next = 0x50289380, b_blocknr = 49405, b_size = 1024, b_list = 0,
|