Home
last modified time | relevance | path

Searched refs:i_pdquot (Results 1 – 9 of 9) sorted by relevance

/fs/xfs/
Dxfs_qm.c365 if (XFS_IS_PQUOTA_ON(mp) && !ip->i_pdquot) { in xfs_qm_dqattach_locked()
368 &ip->i_pdquot); in xfs_qm_dqattach_locked()
371 ASSERT(ip->i_pdquot); in xfs_qm_dqattach_locked()
409 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
423 if (ip->i_pdquot) { in xfs_qm_dqdetach()
424 xfs_qm_dqrele(ip->i_pdquot); in xfs_qm_dqdetach()
425 ip->i_pdquot = NULL; in xfs_qm_dqdetach()
1757 ASSERT(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1758 pq = xfs_qm_dqhold(ip->i_pdquot); in xfs_qm_vop_dqalloc()
1882 ASSERT(ip->i_pdquot); in xfs_qm_vop_chown_reserve()
[all …]
Dxfs_qm_syscalls.c728 ASSERT(ip->i_pdquot == NULL); in xfs_dqrele_inode()
741 if ((flags & XFS_PQUOTA_ACCT) && ip->i_pdquot) { in xfs_dqrele_inode()
742 xfs_qm_dqrele(ip->i_pdquot); in xfs_dqrele_inode()
743 ip->i_pdquot = NULL; in xfs_dqrele_inode()
Dxfs_trans_dquot.c168 if (XFS_IS_PQUOTA_ON(mp) && ip->i_pdquot) in xfs_trans_mod_dquot_byino()
169 (void) xfs_trans_mod_dquot(tp, ip->i_pdquot, field, delta); in xfs_trans_mod_dquot_byino()
843 ip->i_pdquot, in xfs_trans_reserve_quota_nblks()
Dxfs_dquot.h136 return ip->i_pdquot; in xfs_inode_dquot()
Dxfs_quota.h41 (XFS_IS_PQUOTA_ON(mp) && (ip)->i_pdquot == NULL))
Dxfs_inode.h42 struct xfs_dquot *i_pdquot; /* project dquot */ member
Dxfs_bmap_util.c1194 ip->i_pdquot, resblks, 0, XFS_QMOPT_RES_REGBLKS); in xfs_unmap_extent()
1494 ip->i_gdquot, ip->i_pdquot, resblks, 0, in xfs_shift_file_space()
Dxfs_icache.c561 ip->i_pdquot = NULL; in xfs_iget_cache_miss()
Dxfs_ioctl.c1415 &ip->i_pdquot, pdqp); in xfs_ioctl_setattr()