Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_attr_leaf.c126 int maxforkoff; /* upper limit on valid forkoff locations */ in xfs_attr_shortform_bytesfit() local
187 maxforkoff = XFS_LITINO(mp) - XFS_BMDR_SPACE_CALC(MINABTPTRS); in xfs_attr_shortform_bytesfit()
188 maxforkoff = maxforkoff >> 3; /* rounded down */ in xfs_attr_shortform_bytesfit()
190 if (offset >= minforkoff && offset < maxforkoff) in xfs_attr_shortform_bytesfit()
192 if (offset >= maxforkoff) in xfs_attr_shortform_bytesfit()
193 return maxforkoff; in xfs_attr_shortform_bytesfit()