Lines Matching refs:i_mount
298 struct xfs_mount *mp = ip->i_mount; in xfs_qm_need_dqattach()
323 xfs_mount_t *mp = ip->i_mount; in xfs_qm_dqattach_locked()
394 ASSERT(!xfs_is_quota_inode(&ip->i_mount->m_sb, ip->i_ino)); in xfs_qm_dqdetach()
1066 struct xfs_mount *mp = ip->i_mount; in xfs_qm_quotacheck_dqadjust()
1645 struct xfs_mount *mp = ip->i_mount; in xfs_qm_vop_dqalloc()
1779 ASSERT(XFS_IS_QUOTA_RUNNING(ip->i_mount)); in xfs_qm_vop_chown()
1814 struct xfs_mount *mp = ip->i_mount; in xfs_qm_vop_chown_reserve()
1845 if (XFS_IS_GQUOTA_ON(ip->i_mount) && gdqp && in xfs_qm_vop_chown_reserve()
1854 if (XFS_IS_PQUOTA_ON(ip->i_mount) && pdqp && in xfs_qm_vop_chown_reserve()
1864 error = xfs_trans_reserve_quota_bydquots(tp, ip->i_mount, in xfs_qm_vop_chown_reserve()
1883 error = xfs_trans_reserve_quota_bydquots(NULL, ip->i_mount, in xfs_qm_vop_chown_reserve()
1889 xfs_trans_reserve_quota_bydquots(NULL, ip->i_mount, in xfs_qm_vop_chown_reserve()
1901 struct xfs_mount *mp = i_tab[0]->i_mount; in xfs_qm_vop_rename_dqattach()