Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap_btree.h54 #define XFS_BMBT_PTR_ADDR(mp, block, index, maxrecs) \ argument
58 (maxrecs) * sizeof(xfs_bmbt_key_t) + \
73 #define XFS_BMDR_PTR_ADDR(block, index, maxrecs) \ argument
77 (maxrecs) * sizeof(xfs_bmdr_key_t) + \
Dxfs_alloc_btree.h53 #define XFS_ALLOC_PTR_ADDR(mp, block, index, maxrecs) \ argument
57 (maxrecs) * sizeof(xfs_alloc_key_t) + \
Dxfs_ialloc_btree.h53 #define XFS_INOBT_PTR_ADDR(mp, block, index, maxrecs) \ argument
57 (maxrecs) * sizeof(xfs_inobt_key_t) + \
Dxfs_bmap.c184 int maxrecs; /* maximum record count at this level */ in xfs_bmap_worst_indlen() local
189 maxrecs = mp->m_bmap_dmxr[0]; in xfs_bmap_worst_indlen()
193 len += maxrecs - 1; in xfs_bmap_worst_indlen()
194 do_div(len, maxrecs); in xfs_bmap_worst_indlen()
200 maxrecs = mp->m_bmap_dmxr[1]; in xfs_bmap_worst_indlen()