Searched refs:bb_numrecs (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_rtrefcount_btree.c | 608 rblock->bb_numrecs = dblock->bb_numrecs; in xfs_rtrefcountbt_from_disk() 616 numrecs = be16_to_cpu(dblock->bb_numrecs); in xfs_rtrefcountbt_from_disk() 622 numrecs = be16_to_cpu(dblock->bb_numrecs); in xfs_rtrefcountbt_from_disk() 651 numrecs = be16_to_cpu(dfp->bb_numrecs); in xfs_iformat_rtrefcount() 694 dblock->bb_numrecs = rblock->bb_numrecs; in xfs_rtrefcountbt_to_disk() 702 numrecs = be16_to_cpu(rblock->bb_numrecs); in xfs_rtrefcountbt_to_disk() 708 numrecs = be16_to_cpu(rblock->bb_numrecs); in xfs_rtrefcountbt_to_disk()
|
| H A D | xfs_rtrefcount_btree.h | 152 be16_to_cpu(bb->bb_numrecs)); in xfs_rtrefcount_broot_space() 177 be16_to_cpu(bb->bb_numrecs)); in xfs_rtrefcount_droot_space()
|
| H A D | xfs_bmap_btree.h | 180 return xfs_bmap_broot_space_calc(mp, be16_to_cpu(bb->bb_numrecs)); in xfs_bmap_broot_space() 198 return xfs_bmdr_space_calc(be16_to_cpu(bb->bb_numrecs)); in xfs_bmap_bmdr_space()
|
| H A D | xfs_rtrmap_btree.c | 866 rblock->bb_numrecs = dblock->bb_numrecs; in xfs_rtrmapbt_from_disk() 867 numrecs = be16_to_cpu(dblock->bb_numrecs); in xfs_rtrmapbt_from_disk() 907 numrecs = be16_to_cpu(dfp->bb_numrecs); in xfs_iformat_rtrmap() 948 dblock->bb_numrecs = rblock->bb_numrecs; in xfs_rtrmapbt_to_disk() 949 numrecs = be16_to_cpu(rblock->bb_numrecs); in xfs_rtrmapbt_to_disk() 1048 if (block->bb_numrecs == 0) in xfs_rtrmap_highest_rgbno()
|
| H A D | xfs_bmap_btree.c | 66 rblock->bb_numrecs = dblock->bb_numrecs; in xfs_bmdr_to_bmbt() 72 dmxr = be16_to_cpu(dblock->bb_numrecs); in xfs_bmdr_to_bmbt() 169 dblock->bb_numrecs = rblock->bb_numrecs; in xfs_bmbt_to_bmdr() 175 dmxr = be16_to_cpu(dblock->bb_numrecs); in xfs_bmbt_to_bmdr()
|
| H A D | xfs_rtrmap_btree.h | 163 be16_to_cpu(bb->bb_numrecs)); in xfs_rtrmap_broot_space() 188 be16_to_cpu(bb->bb_numrecs)); in xfs_rtrmap_droot_space()
|
| H A D | xfs_ag.c | 353 be16_add_cpu(&block->bb_numrecs, 1); in xfs_freesp_init_recs() 378 be16_add_cpu(&block->bb_numrecs, 1); in xfs_freesp_init_recs() 452 be16_add_cpu(&block->bb_numrecs, 1); in xfs_rmaproot_init() 458 be16_to_cpu(block->bb_numrecs) + 1); in xfs_rmaproot_init() 464 be16_add_cpu(&block->bb_numrecs, 1); in xfs_rmaproot_init()
|
| H A D | xfs_btree.c | 147 if (be16_to_cpu(block->bb_numrecs) > in __xfs_btree_check_lblock_hdr() 249 if (be16_to_cpu(block->bb_numrecs) > in __xfs_btree_check_agblock() 880 if (!block->bb_numrecs) in xfs_btree_firstrec() 910 if (!block->bb_numrecs) in xfs_btree_lastrec() 1248 buf->bb_numrecs = cpu_to_be16(numrecs); in __xfs_btree_init_block() 1598 offsetof(struct xfs_btree_block, bb_numrecs), in xfs_btree_log_block() 1611 offsetof(struct xfs_btree_block, bb_numrecs), in xfs_btree_log_block() 3868 ASSERT(block->bb_numrecs == cblock->bb_numrecs); in xfs_btree_demote_node_child() 4863 if (be16_to_cpu(block->bb_numrecs) > max_recs) in xfs_btree_fsblock_verify() 4890 if (be16_to_cpu(block->bb_numrecs) > max_recs) in xfs_btree_memblock_verify() [all …]
|
| H A D | xfs_format.h | 1758 __be16 bb_numrecs; /* current # of data records */ member 1825 __be16 bb_numrecs; /* current # of data records */ member 1845 __be16 bb_numrecs; /* current # of data records */ member 1955 __be16 bb_numrecs; /* current # of data records */ member
|
| H A D | xfs_btree.h | 430 return be16_to_cpu(block->bb_numrecs); in xfs_btree_get_numrecs() 436 block->bb_numrecs = cpu_to_be16(numrecs); in xfs_btree_set_numrecs()
|
| H A D | xfs_inode_fork.c | 191 nrecs = be16_to_cpu(dfp->bb_numrecs); in xfs_iformat_btree()
|
| H A D | xfs_alloc.c | 643 bnoblock->bb_numrecs != in xfs_alloc_fixup_trees() 644 cntblock->bb_numrecs)) { in xfs_alloc_fixup_trees()
|
| H A D | xfs_bmap.c | 316 for (j = i+1; j <= be16_to_cpu(block->bb_numrecs); j++) { in xfs_check_block() 585 ASSERT(be16_to_cpu(rblock->bb_numrecs) == 1); in xfs_bmap_btree_to_extents() 737 xfs_btree_log_recs(cur, abp, 1, be16_to_cpu(ablock->bb_numrecs)); in xfs_bmap_extents_to_btree()
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | btree.c | 497 unsigned int numrecs = be16_to_cpu(block->bb_numrecs); in xchk_btree_check_minrecs() 519 (be16_to_cpu(root_block->bb_numrecs) != 1 || in xchk_btree_check_minrecs() 738 be16_to_cpu(block->bb_numrecs)) { in xchk_btree() 765 be16_to_cpu(block->bb_numrecs)) { in xchk_btree()
|
| H A D | inode_repair.c | 919 nrecs = be16_to_cpu(dfp->bb_numrecs); in xrep_dinode_bad_bmbt_fork() 963 nrecs = be16_to_cpu(dfp->bb_numrecs); in xrep_dinode_bad_rtrmapbt_fork() 991 nrecs = be16_to_cpu(dfp->bb_numrecs); in xrep_dinode_bad_rtrefcountbt_fork()
|
| H A D | rmap.c | 168 for (ptr = 1; ptr <= be16_to_cpu(keyblock->bb_numrecs); ptr++) { in xchk_rmapbt_check_unwritten_in_keyflags()
|