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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c638 int maxforkoff; local
715 maxforkoff = XFS_LITINO(mp) - XFS_BMDR_SPACE_CALC(MINABTPTRS);
716 maxforkoff = maxforkoff >> 3; /* rounded down */
718 if (offset >= maxforkoff)
719 return maxforkoff;

Completed in 292 milliseconds