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

/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_fork.h102 static inline xfs_extnum_t xfs_iext_max_nextents(bool has_large_extent_counts, function
H A Dxfs_inode_fork.c781 max_exts = xfs_iext_max_nextents(xfs_inode_has_large_extent_counts(ip),
H A Dxfs_inode_buf.c408 max_extents = xfs_iext_max_nextents(
H A Dxfs_bmap.c78 maxleafents = xfs_iext_max_nextents(xfs_has_large_extent_counts(mp),
/linux-master/fs/xfs/scrub/
H A Drepair.c805 max_extents = xfs_iext_max_nextents(inode_has_nrext64, whichfork);
813 max_extents = xfs_iext_max_nextents(true, whichfork);
H A Dbmap_repair.c824 max_bmbt_recs = xfs_iext_max_nextents(large_extcount, whichfork);

Completed in 146 milliseconds