minforkoff 459 fs/xfs/libxfs/xfs_attr_leaf.c int minforkoff; /* lower limit on valid forkoff locations */ minforkoff 468 fs/xfs/libxfs/xfs_attr_leaf.c minforkoff = roundup(sizeof(xfs_dev_t), 8) >> 3; minforkoff 469 fs/xfs/libxfs/xfs_attr_leaf.c return (offset >= minforkoff) ? minforkoff : 0; minforkoff 528 fs/xfs/libxfs/xfs_attr_leaf.c minforkoff = max(dsize, XFS_BMDR_SPACE_CALC(MINDBTPTRS)); minforkoff 529 fs/xfs/libxfs/xfs_attr_leaf.c minforkoff = roundup(minforkoff, 8) >> 3; minforkoff 538 fs/xfs/libxfs/xfs_attr_leaf.c if (offset >= minforkoff)