Searched refs:xfs_can_sw_atomic_write (Results 1 – 4 of 4) sorted by relevance
372 return xfs_can_sw_atomic_write(ip->i_mount); in xfs_inode_can_sw_atomic_write()
477 static inline bool xfs_can_sw_atomic_write(struct xfs_mount *mp) in xfs_can_sw_atomic_write() function
1114 if (!xfs_can_sw_atomic_write(mp)) { in xfs_atomic_write_cow_iomap_begin()1115 ASSERT(xfs_can_sw_atomic_write(mp)); in xfs_atomic_write_cow_iomap_begin()
1049 if (!xfs_can_sw_atomic_write(mp)) in xfs_reflink_max_atomic_cow()
Completed in 17 milliseconds