Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_format.h1959 } bb_u; /* rest */ member
1964 (offsetof(struct xfs_btree_block, bb_u) + \
1968 (offsetof(struct xfs_btree_block, bb_u) + \
1973 (offsetof(struct xfs_btree_block, bb_u) + \
1976 (offsetof(struct xfs_btree_block, bb_u) + \
1980 offsetof(struct xfs_btree_block, bb_u.s.bb_crc)
1982 offsetof(struct xfs_btree_block, bb_u.l.bb_crc)
H A Dxfs_btree.h643 return block->bb_u.l.bb_rightsib == cpu_to_be64(NULLFSBLOCK); in xfs_btree_islastblock()
644 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); in xfs_btree_islastblock()
/linux/fs/xfs/
H A Dxfs_buf_item_recover.c870 lsn = be64_to_cpu(btb->bb_u.s.bb_lsn); in xlog_recover_get_buf_lsn()
871 uuid = &btb->bb_u.s.bb_uuid; in xlog_recover_get_buf_lsn()
880 lsn = be64_to_cpu(btb->bb_u.l.bb_lsn); in xlog_recover_get_buf_lsn()
881 uuid = &btb->bb_u.l.bb_uuid; in xlog_recover_get_buf_lsn()