Lines Matching refs:i_mount
45 struct xfs_mount *mp = ip->i_mount;
76 error = xfs_trans_alloc(ip->i_mount, &M_RES(ip->i_mount)->tr_writeid,
156 error = xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC,
175 struct xfs_mount *mp = ip->i_mount;
302 struct xfs_mount *mp = XFS_I(inode)->i_mount;
432 if (XFS_FORCED_SHUTDOWN(ip->i_mount))
444 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, size);
533 struct xfs_mount *mp = ip->i_mount;
654 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, ret);
717 xfs_flush_inodes(ip->i_mount);
721 xfs_icache_free_eofblocks(ip->i_mount, &eofb);
722 xfs_icache_free_cowblocks(ip->i_mount, &eofb);
732 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, ret);
751 XFS_STATS_INC(ip->i_mount, xs_write_calls);
756 if (XFS_FORCED_SHUTDOWN(ip->i_mount))
1063 if (ip->i_mount->m_flags & XFS_MOUNT_WSYNC)
1086 struct xfs_mount *mp = src->i_mount;
1218 if (XFS_FORCED_SHUTDOWN(XFS_I(inode)->i_mount))