Home
last modified time | relevance | path

Searched refs:max_exts (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.c753 uint64_t max_exts; in xfs_iext_count_may_overflow() local
759 max_exts = xfs_iext_max_nextents(xfs_inode_has_large_extent_counts(ip), in xfs_iext_count_may_overflow()
763 max_exts = 10; in xfs_iext_count_may_overflow()
766 if (nr_exts < ifp->if_nextents || nr_exts > max_exts) in xfs_iext_count_may_overflow()