Home
last modified time | relevance | path

Searched refs:MINABTPTRS (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_types.h92 #define MINABTPTRS 2 macro
Dxfs_bmap.c80 sz = XFS_BMDR_SPACE_CALC(MINABTPTRS); in xfs_bmap_compute_maxlevels()
101 return XFS_LITINO(mp) - XFS_BMDR_SPACE_CALC(MINABTPTRS); in xfs_bmap_compute_attr_offset()
102 return XFS_BMDR_SPACE_CALC(6 * MINABTPTRS); in xfs_bmap_compute_attr_offset()
Dxfs_attr_leaf.c643 maxforkoff = XFS_LITINO(mp) - XFS_BMDR_SPACE_CALC(MINABTPTRS); in xfs_attr_shortform_bytesfit()