Searched refs:max_exts (Results 1 – 1 of 1) sorted by relevance
748 uint64_t max_exts; in xfs_iext_count_may_overflow() local754 max_exts = (whichfork == XFS_ATTR_FORK) ? MAXAEXTNUM : MAXEXTNUM; in xfs_iext_count_may_overflow()757 max_exts = 10; in xfs_iext_count_may_overflow()760 if (nr_exts < ifp->if_nextents || nr_exts > max_exts) in xfs_iext_count_may_overflow()