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

/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c566 int minforkoff; local
580 minforkoff = roundup(sizeof(xfs_dev_t), 8) >> 3;
581 return (offset >= minforkoff) ? minforkoff : 0;
624 * minforkoff to where the btree root can finish so we have
640 minforkoff = max_t(int64_t, dsize, XFS_BMDR_SPACE_CALC(MINDBTPTRS));
641 minforkoff = roundup(minforkoff, 8) >> 3;
649 if (offset >= minforkoff)

Completed in 138 milliseconds