Home
last modified time | relevance | path

Searched refs:bb_numrecs (Results 1 – 9 of 9) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_rtrefcount_btree.h152 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 Dxfs_bmap_btree.h180 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 Dxfs_rtrmap_btree.h163 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 Dxfs_ag.c353 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 Dxfs_format.h1758 __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 Dxfs_btree.h433 return be16_to_cpu(block->bb_numrecs); in xfs_btree_get_numrecs()
439 block->bb_numrecs = cpu_to_be16(numrecs); in xfs_btree_set_numrecs()
/linux/fs/xfs/scrub/
H A Dbtree.c502 unsigned int numrecs = be16_to_cpu(block->bb_numrecs); in xchk_btree_check_minrecs()
524 (be16_to_cpu(root_block->bb_numrecs) != 1 || in xchk_btree_check_minrecs()
743 be16_to_cpu(block->bb_numrecs)) { in xchk_btree()
770 be16_to_cpu(block->bb_numrecs)) { in xchk_btree()
H A Dinode_repair.c919 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 Drmap.c168 for (ptr = 1; ptr <= be16_to_cpu(keyblock->bb_numrecs); ptr++) { in xchk_rmapbt_check_unwritten_in_keyflags()