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