Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_types.h144 #define MINABTPTRS 2 macro
Dxfs_mount.c591 XFS_BMDR_SPACE_CALC(MINABTPTRS); in xfs_mount_common()
596 mp->m_attroffset = XFS_BMDR_SPACE_CALC(6 * MINABTPTRS); in xfs_mount_common()
Dxfs_attr_leaf.c187 maxforkoff = XFS_LITINO(mp) - XFS_BMDR_SPACE_CALC(MINABTPTRS); in xfs_attr_shortform_bytesfit()
Dxfs_bmap.c4227 sz = XFS_BMDR_SPACE_CALC(MINABTPTRS); in xfs_bmap_compute_maxlevels()