Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_inode_fork.c738 uint64_t max_exts; in xfs_iext_count_may_overflow() local
744 max_exts = xfs_iext_max_nextents(xfs_inode_has_large_extent_counts(ip), in xfs_iext_count_may_overflow()
748 max_exts = 10; in xfs_iext_count_may_overflow()
751 if (nr_exts < ifp->if_nextents || nr_exts > max_exts) in xfs_iext_count_may_overflow()