Lines Matching refs:i_mount
45 struct xfs_mount *mp = ip->i_mount; in xfs_is_falloc_aligned()
76 error = xfs_trans_alloc(ip->i_mount, &M_RES(ip->i_mount)->tr_writeid, in xfs_update_prealloc_flags()
158 error = xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, in xfs_fsync_flush_log()
177 struct xfs_mount *mp = ip->i_mount; in xfs_file_fsync()
304 struct xfs_mount *mp = XFS_I(inode)->i_mount; in xfs_file_read_iter()
434 if (XFS_FORCED_SHUTDOWN(ip->i_mount)) in xfs_dio_write_end_io()
446 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, size); in xfs_dio_write_end_io()
535 struct xfs_mount *mp = ip->i_mount; in xfs_file_dio_aio_write()
656 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, ret); in xfs_file_dax_write()
719 xfs_flush_inodes(ip->i_mount); in xfs_file_buffered_aio_write()
723 xfs_icache_free_eofblocks(ip->i_mount, &eofb); in xfs_file_buffered_aio_write()
724 xfs_icache_free_cowblocks(ip->i_mount, &eofb); in xfs_file_buffered_aio_write()
734 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, ret); in xfs_file_buffered_aio_write()
753 XFS_STATS_INC(ip->i_mount, xs_write_calls); in xfs_file_write_iter()
758 if (XFS_FORCED_SHUTDOWN(ip->i_mount)) in xfs_file_write_iter()
1065 if (ip->i_mount->m_flags & XFS_MOUNT_WSYNC) in xfs_file_sync_writes()
1088 struct xfs_mount *mp = src->i_mount; in xfs_file_remap_range()
1220 if (XFS_FORCED_SHUTDOWN(XFS_I(inode)->i_mount)) in xfs_file_llseek()