Searched refs:maxforkoff (Results 1 – 1 of 1) sorted by relevance
124 int maxforkoff; /* upper limit on valid forkoff locations */ in xfs_attr_shortform_bytesfit() local186 maxforkoff = XFS_LITINO(mp) - XFS_BMDR_SPACE_CALC(MINABTPTRS); in xfs_attr_shortform_bytesfit()187 maxforkoff = maxforkoff >> 3; /* rounded down */ in xfs_attr_shortform_bytesfit()189 if (offset >= minforkoff && offset < maxforkoff) in xfs_attr_shortform_bytesfit()191 if (offset >= maxforkoff) in xfs_attr_shortform_bytesfit()192 return maxforkoff; in xfs_attr_shortform_bytesfit()