Searched refs:maxrecs (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap_btree.h | 54 #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) + \
|
D | xfs_alloc_btree.h | 53 #define XFS_ALLOC_PTR_ADDR(mp, block, index, maxrecs) \ argument 57 (maxrecs) * sizeof(xfs_alloc_key_t) + \
|
D | xfs_ialloc_btree.h | 53 #define XFS_INOBT_PTR_ADDR(mp, block, index, maxrecs) \ argument 57 (maxrecs) * sizeof(xfs_inobt_key_t) + \
|
D | xfs_bmap.c | 184 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()
|