Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/
Dxfs_inode.h347 static inline bool xfs_inode_has_bigrtalloc(const struct xfs_inode *ip) in xfs_inode_has_bigrtalloc() function
Dxfs_bmap_util.c534 if (xfs_inode_has_bigrtalloc(ip)) in xfs_can_free_eofblocks()
856 if (xfs_inode_has_bigrtalloc(ip)) { in xfs_free_file_space()
Dxfs_exchrange.c222 if (xfs_inode_has_bigrtalloc(ip2)) in xfs_exchrange_mappings()
Dxfs_iops.c958 if (xfs_inode_has_bigrtalloc(ip)) in xfs_setattr_size()
/linux-6.14.4/fs/xfs/scrub/
Dcow_repair.c671 if (xfs_inode_has_bigrtalloc(sc->ip)) in xrep_bmap_cow()
/linux-6.14.4/fs/xfs/libxfs/
Dxfs_exchmaps.c214 if (!xfs_inode_has_bigrtalloc(xmi->xmi_ip1)) in xfs_exchmaps_can_skip_mapping()