Searched refs:maxforkoff (Results 1 – 1 of 1) sorted by relevance
536 int maxforkoff; in xfs_attr_shortform_bytesfit() local613 maxforkoff = XFS_LITINO(mp) - XFS_BMDR_SPACE_CALC(MINABTPTRS); in xfs_attr_shortform_bytesfit()614 maxforkoff = maxforkoff >> 3; /* rounded down */ in xfs_attr_shortform_bytesfit()616 if (offset >= maxforkoff) in xfs_attr_shortform_bytesfit()617 return maxforkoff; in xfs_attr_shortform_bytesfit()