Searched refs:maxrecs (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_bmap_btree.h | 156 #define XFS_BMBT_PTR_ADDR(mp, block, index, maxrecs) \ argument 160 (maxrecs) * sizeof(xfs_bmbt_key_t) + \ 175 #define XFS_BMDR_PTR_ADDR(block, index, maxrecs) \ argument 179 (maxrecs) * sizeof(xfs_bmdr_key_t) + \
|
D | xfs_alloc_btree.h | 98 #define XFS_ALLOC_PTR_ADDR(mp, block, index, maxrecs) \ argument 102 (maxrecs) * sizeof(xfs_alloc_key_t) + \
|
D | xfs_ialloc_btree.h | 101 #define XFS_INOBT_PTR_ADDR(mp, block, index, maxrecs) \ argument 105 (maxrecs) * sizeof(xfs_inobt_key_t) + \
|
D | xfs_bmap.c | 3555 int maxrecs; /* maximum record count at this level */ in xfs_bmap_worst_indlen() local 3560 maxrecs = mp->m_bmap_dmxr[0]; in xfs_bmap_worst_indlen() 3564 len += maxrecs - 1; in xfs_bmap_worst_indlen() 3565 do_div(len, maxrecs); in xfs_bmap_worst_indlen() 3571 maxrecs = mp->m_bmap_dmxr[1]; in xfs_bmap_worst_indlen()
|