Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode.h351 static inline bool xfs_inode_has_bigrtalloc(const struct xfs_inode *ip) in xfs_inode_has_bigrtalloc() function
H A Dxfs_bmap_util.c550 if (xfs_inode_has_bigrtalloc(ip)) in xfs_can_free_eofblocks()
903 if (xfs_inode_has_bigrtalloc(ip)) { in xfs_free_file_space()
H A Dxfs_exchrange.c222 if (xfs_inode_has_bigrtalloc(ip2)) in xfs_exchrange_mappings()
H A Dxfs_iops.c1050 if (xfs_inode_has_bigrtalloc(ip)) in xfs_vn_setattr_size()
H A Dxfs_file.c1378 if (xfs_is_always_cow_inode(ip) || xfs_inode_has_bigrtalloc(ip) || in xfs_falloc_write_zeroes()
/linux/fs/xfs/scrub/
H A Dcow_repair.c657 if (xfs_inode_has_bigrtalloc(sc->ip)) in xrep_bmap_cow()
/linux/fs/xfs/libxfs/
H A Dxfs_exchmaps.c214 if (!xfs_inode_has_bigrtalloc(xmi->xmi_ip1)) in xfs_exchmaps_can_skip_mapping()