Home
last modified time | relevance | path

Searched refs:bb_u (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_btree.c72 if (block->bb_u.l.bb_blkno != in __xfs_btree_check_lblock()
137 if (block->bb_u.s.bb_blkno != in __xfs_btree_check_sblock()
1051 ptr->l = block->bb_u.l.bb_leftsib; in xfs_btree_get_sibling()
1056 ptr->s = block->bb_u.s.bb_leftsib; in xfs_btree_get_sibling()
1073 block->bb_u.l.bb_leftsib = ptr->l; in xfs_btree_set_sibling()
1078 block->bb_u.s.bb_leftsib = ptr->s; in xfs_btree_set_sibling()
1107 buf->bb_u.l.bb_pad = 0; in xfs_btree_init_block_int()
1108 buf->bb_u.l.bb_lsn = 0; in xfs_btree_init_block_int()
1120 buf->bb_u.s.bb_lsn = 0; in xfs_btree_init_block_int()
2932 cblock->bb_u.l.bb_blkno = bno; in xfs_btree_new_iroot()
[all …]
A Dxfs_format.h1693 } bb_u; /* rest */ member
1698 (offsetof(struct xfs_btree_block, bb_u) + \
1702 (offsetof(struct xfs_btree_block, bb_u) + \
1707 (offsetof(struct xfs_btree_block, bb_u) + \
1710 (offsetof(struct xfs_btree_block, bb_u) + \
1714 offsetof(struct xfs_btree_block, bb_u.s.bb_crc)
1716 offsetof(struct xfs_btree_block, bb_u.l.bb_crc)
A Dxfs_bmap_btree.c143 ASSERT(uuid_equal(&rblock->bb_u.l.bb_uuid, in xfs_bmbt_to_bmdr()
145 ASSERT(rblock->bb_u.l.bb_blkno == in xfs_bmbt_to_bmdr()
149 ASSERT(rblock->bb_u.l.bb_leftsib == cpu_to_be64(NULLFSBLOCK)); in xfs_bmbt_to_bmdr()
150 ASSERT(rblock->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK)); in xfs_bmbt_to_bmdr()
A Dxfs_btree.h562 return block->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK); in xfs_btree_islastblock()
563 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); in xfs_btree_islastblock()
A Dxfs_bmap.c416 nextbno = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_bmap_check_leaf_extents()
/linux/fs/xfs/
A Dxfs_buf_item_recover.c738 lsn = be64_to_cpu(btb->bb_u.s.bb_lsn); in xlog_recover_get_buf_lsn()
739 uuid = &btb->bb_u.s.bb_uuid; in xlog_recover_get_buf_lsn()
746 lsn = be64_to_cpu(btb->bb_u.l.bb_lsn); in xlog_recover_get_buf_lsn()
747 uuid = &btb->bb_u.l.bb_uuid; in xlog_recover_get_buf_lsn()
/linux/fs/xfs/scrub/
A Drepair.c758 if (!uuid_equal(&btblock->bb_u.s.bb_uuid, in xrep_findroot_block()
816 if (btblock->bb_u.s.bb_leftsib == cpu_to_be32(NULLAGBLOCK) && in xrep_findroot_block()
817 btblock->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xrep_findroot_block()
A Dbmap.c408 owner = be64_to_cpu(block->bb_u.l.bb_owner); in xchk_bmapbt_rec()

Completed in 33 milliseconds