Searched refs:maxforkoff (Results 1 – 1 of 1) sorted by relevance
566 int maxforkoff; in xfs_attr_shortform_bytesfit() local643 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()