maxforkoff 460 fs/xfs/libxfs/xfs_attr_leaf.c int maxforkoff; /* upper limit on valid forkoff locations */ maxforkoff 532 fs/xfs/libxfs/xfs_attr_leaf.c maxforkoff = XFS_LITINO(mp, dp->i_d.di_version) - maxforkoff 534 fs/xfs/libxfs/xfs_attr_leaf.c maxforkoff = maxforkoff >> 3; /* rounded down */ maxforkoff 536 fs/xfs/libxfs/xfs_attr_leaf.c if (offset >= maxforkoff) maxforkoff 537 fs/xfs/libxfs/xfs_attr_leaf.c return maxforkoff;