Home
last modified time | relevance | path

Searched refs:bb_rightsib (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_btree.c71 block->bb_u.l.bb_rightsib && in xfs_btree_check_lblock()
72 (block->bb_u.l.bb_rightsib == cpu_to_be64(NULLDFSBNO) || in xfs_btree_check_lblock()
74 be64_to_cpu(block->bb_u.l.bb_rightsib))); in xfs_btree_check_lblock()
110 (block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK) || in xfs_btree_check_sblock()
111 be32_to_cpu(block->bb_u.s.bb_rightsib) < agflen) && in xfs_btree_check_sblock()
112 block->bb_u.s.bb_rightsib; in xfs_btree_check_sblock()
510 return block->bb_u.l.bb_rightsib == cpu_to_be64(NULLDFSBNO); in xfs_btree_islastblock()
512 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); in xfs_btree_islastblock()
685 xfs_dfsbno_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_lblock()
708 xfs_agblock_t right = be32_to_cpu(block->bb_u.s.bb_rightsib); in xfs_btree_readahead_sblock()
[all …]
Dxfs_btree.h58 __be32 bb_rightsib; member
62 __be64 bb_rightsib; member
Dxfs_fsops.c274 block->bb_u.s.bb_rightsib = cpu_to_be32(NULLAGBLOCK); in xfs_growfs_data_private()
301 block->bb_u.s.bb_rightsib = cpu_to_be32(NULLAGBLOCK); in xfs_growfs_data_private()
329 block->bb_u.s.bb_rightsib = cpu_to_be32(NULLAGBLOCK); in xfs_growfs_data_private()
Dxfs_bmap_btree.c79 rblock->bb_u.l.bb_rightsib = cpu_to_be64(NULLDFSBNO); in xfs_bmdr_to_bmbt()
429 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLDFSBNO)); in xfs_bmbt_to_bmdr()
Dxfs_bmap.c3072 block->bb_u.l.bb_rightsib = cpu_to_be64(NULLDFSBNO); in xfs_bmap_extents_to_btree()
3129 ablock->bb_u.l.bb_rightsib = cpu_to_be64(NULLDFSBNO); in xfs_bmap_extents_to_btree()
4123 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_read_extents()
5865 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_check_leaf_extents()
6006 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()
6013 nextbno = be64_to_cpu(nextblock->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()
6031 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_count_tree()