Searched refs:bb_numrecs (Results 1 – 11 of 11) sorted by relevance
/fs/xfs/libxfs/ |
D | xfs_bmap_btree.c | 48 rblock->bb_numrecs = dblock->bb_numrecs; in xfs_bmdr_to_bmbt() 54 dmxr = be16_to_cpu(dblock->bb_numrecs); in xfs_bmdr_to_bmbt() 151 dblock->bb_numrecs = rblock->bb_numrecs; in xfs_bmbt_to_bmdr() 157 dmxr = be16_to_cpu(dblock->bb_numrecs); in xfs_bmbt_to_bmdr()
|
D | xfs_bmap_btree.h | 72 (XFS_BMAP_BROOT_SPACE_CALC(mp, be16_to_cpu((bb)->bb_numrecs))) 77 (XFS_BMDR_SPACE_CALC(be16_to_cpu((bb)->bb_numrecs)))
|
D | xfs_ag.c | 100 be16_add_cpu(&block->bb_numrecs, 1); in xfs_freesp_init_recs() 117 block->bb_numrecs = 0; in xfs_freesp_init_recs() 201 be16_add_cpu(&block->bb_numrecs, 1); in xfs_rmaproot_init() 207 be16_to_cpu(block->bb_numrecs) + 1); in xfs_rmaproot_init() 213 be16_add_cpu(&block->bb_numrecs, 1); in xfs_rmaproot_init()
|
D | xfs_btree.c | 81 if (be16_to_cpu(block->bb_numrecs) > in __xfs_btree_check_lblock() 145 if (be16_to_cpu(block->bb_numrecs) > in __xfs_btree_check_sblock() 751 if (!block->bb_numrecs) in xfs_btree_firstrec() 781 if (!block->bb_numrecs) in xfs_btree_lastrec() 786 cur->bc_ptrs[level] = be16_to_cpu(block->bb_numrecs); in xfs_btree_lastrec() 1140 buf->bb_numrecs = cpu_to_be16(numrecs); in xfs_btree_init_block_int() 1509 offsetof(struct xfs_btree_block, bb_numrecs), in xfs_btree_log_block() 1522 offsetof(struct xfs_btree_block, bb_numrecs), in xfs_btree_log_block() 1807 if (level != 0 && be16_to_cpu((*blkp)->bb_numrecs) == 0) in xfs_btree_lookup_get_block() 2974 for (i = 0; i < be16_to_cpu(cblock->bb_numrecs); i++) { in xfs_btree_new_iroot() [all …]
|
D | xfs_btree.h | 429 return be16_to_cpu(block->bb_numrecs); in xfs_btree_get_numrecs() 435 block->bb_numrecs = cpu_to_be16(numrecs); in xfs_btree_set_numrecs()
|
D | xfs_format.h | 1544 __be16 bb_numrecs; /* current # of data records */ member 1652 __be16 bb_numrecs; /* current # of data records */ member
|
D | xfs_inode_fork.c | 285 nrecs = be16_to_cpu(dfp->bb_numrecs); in xfs_iformat_btree()
|
D | xfs_alloc.c | 469 bnoblock->bb_numrecs == cntblock->bb_numrecs); in xfs_alloc_fixup_trees()
|
D | xfs_bmap.c | 287 for (j = i+1; j <= be16_to_cpu(block->bb_numrecs); j++) { in xfs_check_block() 606 ASSERT(be16_to_cpu(rblock->bb_numrecs) == 1); in xfs_bmap_btree_to_extents() 769 xfs_btree_log_recs(cur, abp, 1, be16_to_cpu(ablock->bb_numrecs)); in xfs_bmap_extents_to_btree()
|
/fs/xfs/scrub/ |
D | btree.c | 457 unsigned int numrecs = be16_to_cpu(block->bb_numrecs); in xchk_btree_check_minrecs() 478 if (be16_to_cpu(root_block->bb_numrecs) != 1 || in xchk_btree_check_minrecs() 653 be16_to_cpu(block->bb_numrecs)) { in xchk_btree() 678 if (cur->bc_ptrs[level] > be16_to_cpu(block->bb_numrecs)) { in xchk_btree()
|
/fs/xfs/ |
D | xfs_bmap_util.c | 312 numrecs = be16_to_cpu(block->bb_numrecs); in xfs_bmap_count_tree()
|