Lines Matching refs:i_mount
47 struct xfs_mount *mp = ip->i_mount; in xfs_is_falloc_aligned()
126 error = xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, in xfs_fsync_flush_log()
145 struct xfs_mount *mp = ip->i_mount; in xfs_file_fsync()
289 struct xfs_mount *mp = XFS_I(inode)->i_mount; in xfs_file_read_iter()
437 if (xfs_is_shutdown(ip->i_mount)) in xfs_dio_write_end_io()
449 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, size); in xfs_dio_write_end_io()
653 if ((iocb->ki_pos | count) & ip->i_mount->m_blockmask) in xfs_file_dio_write()
691 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, ret); in xfs_file_dax_write()
748 xfs_flush_inodes(ip->i_mount); in xfs_file_buffered_write()
752 xfs_blockgc_free_space(ip->i_mount, &icw); in xfs_file_buffered_write()
762 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, ret); in xfs_file_buffered_write()
779 XFS_STATS_INC(ip->i_mount, xs_write_calls); in xfs_file_write_iter()
784 if (xfs_is_shutdown(ip->i_mount)) in xfs_file_write_iter()
871 if (xfs_has_wsync(ip->i_mount)) in xfs_file_sync_writes()
1114 struct xfs_mount *mp = src->i_mount; in xfs_file_remap_range()
1244 if (xfs_is_shutdown(XFS_I(inode)->i_mount)) in xfs_file_llseek()