Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_attr_leaf.c566 int maxforkoff; in xfs_attr_shortform_bytesfit() local
643 maxforkoff = XFS_LITINO(mp) - XFS_BMDR_SPACE_CALC(MINABTPTRS); in xfs_attr_shortform_bytesfit()
644 maxforkoff = maxforkoff >> 3; /* rounded down */ in xfs_attr_shortform_bytesfit()
646 if (offset >= maxforkoff) in xfs_attr_shortform_bytesfit()
647 return maxforkoff; in xfs_attr_shortform_bytesfit()