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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c567 int maxforkoff; local
644 maxforkoff = XFS_LITINO(mp) - XFS_BMDR_SPACE_CALC(MINABTPTRS);
645 maxforkoff = maxforkoff >> 3; /* rounded down */
647 if (offset >= maxforkoff)
648 return maxforkoff;

Completed in 136 milliseconds