Lines Matching refs:i_mount
290 error = xfs_qm_dqget(ip->i_mount, ip, id, type, in xfs_qm_dqattach_one()
310 struct xfs_mount *mp = ip->i_mount; in xfs_qm_need_dqattach()
335 xfs_mount_t *mp = ip->i_mount; in xfs_qm_dqattach_locked()
410 ASSERT(!xfs_is_quota_inode(&ip->i_mount->m_sb, ip->i_ino)); in xfs_qm_dqdetach()
1046 struct xfs_mount *mp = ip->i_mount; in xfs_qm_quotacheck_dqadjust()
1611 struct xfs_mount *mp = ip->i_mount; in xfs_qm_vop_dqalloc()
1756 ASSERT(XFS_IS_QUOTA_RUNNING(ip->i_mount)); in xfs_qm_vop_chown()
1791 struct xfs_mount *mp = ip->i_mount; in xfs_qm_vop_chown_reserve()
1822 if (XFS_IS_GQUOTA_ON(ip->i_mount) && gdqp && in xfs_qm_vop_chown_reserve()
1831 if (XFS_IS_PQUOTA_ON(ip->i_mount) && pdqp && in xfs_qm_vop_chown_reserve()
1841 error = xfs_trans_reserve_quota_bydquots(tp, ip->i_mount, in xfs_qm_vop_chown_reserve()
1860 error = xfs_trans_reserve_quota_bydquots(NULL, ip->i_mount, in xfs_qm_vop_chown_reserve()
1866 xfs_trans_reserve_quota_bydquots(NULL, ip->i_mount, in xfs_qm_vop_chown_reserve()
1878 struct xfs_mount *mp = i_tab[0]->i_mount; in xfs_qm_vop_rename_dqattach()