Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/ !
Dxfs_inode_fork.h102 static inline xfs_extnum_t xfs_iext_max_nextents(bool has_large_extent_counts, in xfs_iext_max_nextents() function
Dxfs_inode_fork.c802 if (nr_exts > xfs_iext_max_nextents(has_large, whichfork)) { in xfs_iext_count_extend()
Dxfs_inode_buf.c431 max_extents = xfs_iext_max_nextents( in xfs_dinode_verify_fork()
Dxfs_exchmaps.c892 max_nextents = xfs_iext_max_nextents(xfs_has_large_extent_counts(mp), in xmi_ensure_delta_nextents()
Dxfs_bmap.c79 maxleafents = xfs_iext_max_nextents(xfs_has_large_extent_counts(mp), in xfs_bmap_compute_maxlevels()
/linux-6.12.1/fs/xfs/scrub/ !
Drepair.c810 max_extents = xfs_iext_max_nextents(inode_has_nrext64, whichfork); in xrep_ino_ensure_extent_count()
818 max_extents = xfs_iext_max_nextents(true, whichfork); in xrep_ino_ensure_extent_count()
Dbmap_repair.c824 max_bmbt_recs = xfs_iext_max_nextents(large_extcount, whichfork); in xrep_bmap()