Searched refs:i_pdquot (Results 1 – 10 of 10) sorted by relevance
347 if (XFS_IS_PQUOTA_ON(mp) && !ip->i_pdquot) { in xfs_qm_dqattach_locked()349 doalloc, &ip->i_pdquot); in xfs_qm_dqattach_locked()352 ASSERT(ip->i_pdquot); in xfs_qm_dqattach_locked()389 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()403 if (ip->i_pdquot) { in xfs_qm_dqdetach()404 xfs_qm_dqrele(ip->i_pdquot); in xfs_qm_dqdetach()405 ip->i_pdquot = NULL; in xfs_qm_dqdetach()1730 ASSERT(ip->i_pdquot); in xfs_qm_vop_dqalloc()1731 pq = xfs_qm_dqhold(ip->i_pdquot); in xfs_qm_vop_dqalloc()1926 ASSERT(ip->i_pdquot == NULL); in xfs_qm_vop_create_dqattach()[all …]
764 ASSERT(ip->i_pdquot == NULL); in xfs_dqrele_inode()777 if ((*flags & XFS_PQUOTA_ACCT) && ip->i_pdquot) { in xfs_dqrele_inode()778 xfs_qm_dqrele(ip->i_pdquot); in xfs_dqrele_inode()779 ip->i_pdquot = NULL; in xfs_dqrele_inode()
153 if (XFS_IS_PQUOTA_ON(mp) && ip->i_pdquot) in xfs_trans_mod_dquot_byino()154 (void) xfs_trans_mod_dquot(tp, ip->i_pdquot, field, delta); in xfs_trans_mod_dquot_byino()823 ip->i_pdquot, in xfs_trans_reserve_quota_nblks()
30 (XFS_IS_PQUOTA_ON(mp) && (ip)->i_pdquot == NULL))
161 return ip->i_pdquot; in xfs_inode_dquot()
29 struct xfs_dquot *i_pdquot; /* project dquot */ member
569 ip->i_pdquot = NULL; in xfs_iget_cache_miss()
883 ip->i_pdquot, resblks, 0, XFS_QMOPT_RES_REGBLKS); in xfs_unmap_extent()
1513 &ip->i_pdquot, pdqp); in xfs_ioctl_setattr()
945 if (XFS_IS_PQUOTA_ON(sc->mp) && !sc->ip->i_pdquot) in xrep_ino_dqattach()