b_list 36 fs/lockd/clntlock.c struct list_head b_list; /* linked list */ b_list 112 fs/lockd/clntlock.c list_add(&block->b_list, &nlm_blocked); b_list 123 fs/lockd/clntlock.c list_del(&block->b_list); b_list 176 fs/lockd/clntlock.c list_for_each_entry(block, &nlm_blocked, b_list) { b_list 286 fs/lockd/clntlock.c list_for_each_entry(block, &nlm_blocked, b_list) { b_list 96 fs/lockd/svclock.c if (list_empty(&block->b_list)) { b_list 99 fs/lockd/svclock.c list_del_init(&block->b_list); b_list 107 fs/lockd/svclock.c b = list_entry(pos, struct nlm_block, b_list); b_list 116 fs/lockd/svclock.c list_add_tail(&block->b_list, pos); b_list 133 fs/lockd/svclock.c if (!list_empty(&block->b_list)) { b_list 135 fs/lockd/svclock.c list_del_init(&block->b_list); b_list 154 fs/lockd/svclock.c list_for_each_entry(block, &nlm_blocked, b_list) { b_list 187 fs/lockd/svclock.c list_for_each_entry(block, &nlm_blocked, b_list) { b_list 232 fs/lockd/svclock.c INIT_LIST_HEAD(&block->b_list); b_list 324 fs/lockd/svclock.c if (list_empty(&block->b_list)) b_list 740 fs/lockd/svclock.c list_for_each_entry(block, &nlm_blocked, b_list) { b_list 779 fs/lockd/svclock.c list_for_each_entry(block, &nlm_blocked, b_list) { b_list 904 fs/lockd/svclock.c if (list_empty(&block->b_list)) b_list 995 fs/lockd/svclock.c block = list_entry(nlm_blocked.next, struct nlm_block, b_list); b_list 226 fs/xfs/xfs_buf.c INIT_LIST_HEAD(&bp->b_list); b_list 1801 fs/xfs/xfs_buf.c bp = list_first_entry(list, struct xfs_buf, b_list); b_list 1805 fs/xfs/xfs_buf.c list_del_init(&bp->b_list); b_list 1850 fs/xfs/xfs_buf.c if (list_empty(&bp->b_list)) { b_list 1852 fs/xfs/xfs_buf.c list_add_tail(&bp->b_list, list); b_list 1869 fs/xfs/xfs_buf.c struct xfs_buf *ap = container_of(a, struct xfs_buf, b_list); b_list 1870 fs/xfs/xfs_buf.c struct xfs_buf *bp = container_of(b, struct xfs_buf, b_list); b_list 1900 fs/xfs/xfs_buf.c list_for_each_entry_safe(bp, n, buffer_list, b_list) { b_list 1919 fs/xfs/xfs_buf.c list_del_init(&bp->b_list); b_list 1936 fs/xfs/xfs_buf.c list_move_tail(&bp->b_list, wait_list); b_list 1939 fs/xfs/xfs_buf.c list_del_init(&bp->b_list); b_list 1991 fs/xfs/xfs_buf.c bp = list_first_entry(&wait_list, struct xfs_buf, b_list); b_list 1993 fs/xfs/xfs_buf.c list_del_init(&bp->b_list); b_list 2040 fs/xfs/xfs_buf.c list_move(&bp->b_list, &submit_list); b_list 146 fs/xfs/xfs_buf.h struct list_head b_list; b_list 177 include/linux/lockd/lockd.h struct list_head b_list; /* linked list of all blocks */