Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode.h338 static inline bool xfs_inode_has_large_extent_counts(const struct xfs_inode *ip) in xfs_inode_has_large_extent_counts() function
H A Dxfs_inode_item.c550 if (xfs_inode_has_large_extent_counts(ip)) { in xfs_inode_to_log_dinode_iext_counters()
/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.c745 xfs_inode_has_large_extent_counts(ip); in xfs_iext_count_extend()
H A Dxfs_inode_buf.c302 if (xfs_inode_has_large_extent_counts(ip)) { in xfs_inode_to_disk_iext_counters()
H A Dxfs_exchmaps.c1184 if (xfs_inode_has_large_extent_counts(ip)) in xfs_exchmaps_ensure_large_extent_counts()
/linux/fs/xfs/scrub/
H A Drepair.c852 inode_has_nrext64 = xfs_inode_has_large_extent_counts(sc->ip); in xrep_ino_ensure_extent_count()