Home
last modified time | relevance | path

Searched refs:maxrecs (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_bmap_btree.h156 #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) + \
Dxfs_alloc_btree.h98 #define XFS_ALLOC_PTR_ADDR(mp, block, index, maxrecs) \ argument
102 (maxrecs) * sizeof(xfs_alloc_key_t) + \
Dxfs_ialloc_btree.h101 #define XFS_INOBT_PTR_ADDR(mp, block, index, maxrecs) \ argument
105 (maxrecs) * sizeof(xfs_inobt_key_t) + \
Dxfs_bmap.c3555 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()