Lines Matching refs:i_mount
47 error = xfs_trans_alloc(ip->i_mount, &M_RES(ip->i_mount)->tr_writeid, in xfs_update_prealloc_flags()
87 struct xfs_mount *mp = ip->i_mount; in xfs_dir_fsync()
111 struct xfs_mount *mp = ip->i_mount; in xfs_file_fsync()
257 struct xfs_mount *mp = XFS_I(inode)->i_mount; in xfs_file_read_iter()
399 if (XFS_FORCED_SHUTDOWN(ip->i_mount)) in xfs_dio_write_end_io()
409 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, size); in xfs_dio_write_end_io()
483 struct xfs_mount *mp = ip->i_mount; in xfs_file_dio_aio_write()
600 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, ret); in xfs_file_dax_write()
662 xfs_flush_inodes(ip->i_mount); in xfs_file_buffered_aio_write()
666 xfs_icache_free_eofblocks(ip->i_mount, &eofb); in xfs_file_buffered_aio_write()
667 xfs_icache_free_cowblocks(ip->i_mount, &eofb); in xfs_file_buffered_aio_write()
677 XFS_STATS_ADD(ip->i_mount, xs_write_bytes, ret); in xfs_file_buffered_aio_write()
696 XFS_STATS_INC(ip->i_mount, xs_write_calls); in xfs_file_write_iter()
701 if (XFS_FORCED_SHUTDOWN(ip->i_mount)) in xfs_file_write_iter()
1025 if (XFS_FORCED_SHUTDOWN(XFS_I(inode)->i_mount)) in xfs_file_llseek()