Searched refs:rblock (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtrefcount_btree.c | 592 struct xfs_btree_block *rblock) in xfs_rtrefcountbt_from_disk() argument 607 xfs_btree_init_block(mp, rblock, &xfs_rtrefcountbt_ops, 0, 0, in xfs_rtrefcountbt_from_disk() 610 rblock->bb_level = dblock->bb_level; in xfs_rtrefcountbt_from_disk() 611 rblock->bb_numrecs = dblock->bb_numrecs; in xfs_rtrefcountbt_from_disk() 613 if (be16_to_cpu(rblock->bb_level) > 0) { in xfs_rtrefcountbt_from_disk() 616 tkp = xfs_rtrefcount_key_addr(rblock, 1); in xfs_rtrefcountbt_from_disk() 618 tpp = xfs_rtrefcount_broot_ptr_addr(mp, rblock, 1, rblocklen); in xfs_rtrefcountbt_from_disk() 624 trp = xfs_rtrefcount_rec_addr(rblock, 1); in xfs_rtrefcountbt_from_disk() 676 struct xfs_btree_block *rblock, in xfs_rtrefcountbt_to_disk() argument 690 ASSERT(rblock->bb_magic == cpu_to_be32(XFS_RTREFC_CRC_MAGIC)); in xfs_rtrefcountbt_to_disk() [all …]
|
| H A D | xfs_rtrmap_btree.c | 831 struct xfs_btree_block *rblock) in xfs_rtrmapbt_from_disk() argument 844 xfs_btree_init_block(mp, rblock, &xfs_rtrmapbt_ops, 0, 0, I_INO(ip)); in xfs_rtrmapbt_from_disk() 846 rblock->bb_level = dblock->bb_level; in xfs_rtrmapbt_from_disk() 847 rblock->bb_numrecs = dblock->bb_numrecs; in xfs_rtrmapbt_from_disk() 850 if (be16_to_cpu(rblock->bb_level) > 0) { in xfs_rtrmapbt_from_disk() 853 tkp = xfs_rtrmap_key_addr(rblock, 1); in xfs_rtrmapbt_from_disk() 855 tpp = xfs_rtrmap_broot_ptr_addr(mp, rblock, 1, rblocklen); in xfs_rtrmapbt_from_disk() 860 trp = xfs_rtrmap_rec_addr(rblock, 1); in xfs_rtrmapbt_from_disk() 908 struct xfs_btree_block *rblock, in xfs_rtrmapbt_to_disk() argument 922 ASSERT(rblock->bb_magic == cpu_to_be32(XFS_RTRMAP_CRC_MAGIC)); in xfs_rtrmapbt_to_disk() [all …]
|
| H A D | xfs_rtrefcount_btree.h | 182 struct xfs_btree_block *rblock, int rblocklen,
|
| H A D | xfs_rtrmap_btree.h | 192 void xfs_rtrmapbt_to_disk(struct xfs_mount *mp, struct xfs_btree_block *rblock,
|