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

/linux-4.4.14/fs/xfs/
H A Dxfs_qm.c361 if (XFS_IS_PQUOTA_ON(mp) && !ip->i_pdquot) { xfs_qm_dqattach_locked()
364 &ip->i_pdquot); xfs_qm_dqattach_locked()
367 ASSERT(ip->i_pdquot); xfs_qm_dqattach_locked()
405 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) xfs_qm_dqdetach()
419 if (ip->i_pdquot) { xfs_qm_dqdetach()
420 xfs_qm_dqrele(ip->i_pdquot); xfs_qm_dqdetach()
421 ip->i_pdquot = NULL; xfs_qm_dqdetach()
1710 ASSERT(ip->i_pdquot); xfs_qm_vop_dqalloc()
1711 pq = xfs_qm_dqhold(ip->i_pdquot); xfs_qm_vop_dqalloc()
1835 ASSERT(ip->i_pdquot); xfs_qm_vop_chown_reserve()
1836 pdq_unres = ip->i_pdquot; xfs_qm_vop_chown_reserve()
1931 ASSERT(ip->i_pdquot == NULL); xfs_qm_vop_create_dqattach()
1934 ip->i_pdquot = xfs_qm_dqhold(pdqp); xfs_qm_vop_create_dqattach()
H A Dxfs_dquot.h136 return ip->i_pdquot; xfs_inode_dquot()
H A Dxfs_qm_syscalls.c733 ASSERT(ip->i_pdquot == NULL); xfs_dqrele_inode()
746 if ((flags & XFS_PQUOTA_ACCT) && ip->i_pdquot) { xfs_dqrele_inode()
747 xfs_qm_dqrele(ip->i_pdquot); xfs_dqrele_inode()
748 ip->i_pdquot = NULL; xfs_dqrele_inode()
H A Dxfs_trans_dquot.c168 if (XFS_IS_PQUOTA_ON(mp) && ip->i_pdquot) xfs_trans_mod_dquot_byino()
169 (void) xfs_trans_mod_dquot(tp, ip->i_pdquot, field, delta); xfs_trans_mod_dquot_byino()
836 ip->i_pdquot, xfs_trans_reserve_quota_nblks()
H A Dxfs_quota.h41 (XFS_IS_PQUOTA_ON(mp) && (ip)->i_pdquot == NULL))
H A Dxfs_inode.h42 struct xfs_dquot *i_pdquot; /* project dquot */ member in struct:xfs_inode
H A Dxfs_bmap_util.c1335 ip->i_udquot, ip->i_gdquot, ip->i_pdquot, xfs_free_file_space()
1509 ip->i_gdquot, ip->i_pdquot, xfs_shift_file_space()
H A Dxfs_icache.c337 ip->i_pdquot = NULL; xfs_iget_cache_miss()
H A Dxfs_ioctl.c1251 &ip->i_pdquot, pdqp); xfs_ioctl_setattr()

Completed in 165 milliseconds