Searched refs:i_pdquot (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_qm.c | 361 if (XFS_IS_PQUOTA_ON(mp) && !ip->i_pdquot) { in xfs_qm_dqattach_locked() 364 &ip->i_pdquot); in xfs_qm_dqattach_locked() 367 ASSERT(ip->i_pdquot); in xfs_qm_dqattach_locked() 405 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach() 419 if (ip->i_pdquot) { in xfs_qm_dqdetach() 420 xfs_qm_dqrele(ip->i_pdquot); in xfs_qm_dqdetach() 421 ip->i_pdquot = NULL; in xfs_qm_dqdetach() 1711 ASSERT(ip->i_pdquot); in xfs_qm_vop_dqalloc() 1712 pq = xfs_qm_dqhold(ip->i_pdquot); in xfs_qm_vop_dqalloc() 1836 ASSERT(ip->i_pdquot); in xfs_qm_vop_chown_reserve() [all …]
|
D | xfs_qm_syscalls.c | 735 ASSERT(ip->i_pdquot == NULL); in xfs_dqrele_inode() 748 if ((flags & XFS_PQUOTA_ACCT) && ip->i_pdquot) { in xfs_dqrele_inode() 749 xfs_qm_dqrele(ip->i_pdquot); in xfs_dqrele_inode() 750 ip->i_pdquot = NULL; in xfs_dqrele_inode()
|
D | xfs_dquot.h | 136 return ip->i_pdquot; in xfs_inode_dquot()
|
D | xfs_trans_dquot.c | 162 if (XFS_IS_PQUOTA_ON(mp) && ip->i_pdquot) in xfs_trans_mod_dquot_byino() 163 (void) xfs_trans_mod_dquot(tp, ip->i_pdquot, field, delta); in xfs_trans_mod_dquot_byino() 830 ip->i_pdquot, in xfs_trans_reserve_quota_nblks()
|
D | xfs_quota.h | 41 (XFS_IS_PQUOTA_ON(mp) && (ip)->i_pdquot == NULL))
|
D | xfs_inode.h | 42 struct xfs_dquot *i_pdquot; /* project dquot */ member
|
D | xfs_bmap_util.c | 1297 ip->i_udquot, ip->i_gdquot, ip->i_pdquot, in xfs_free_file_space() 1471 ip->i_gdquot, ip->i_pdquot, in xfs_shift_file_space()
|
D | xfs_icache.c | 337 ip->i_pdquot = NULL; in xfs_iget_cache_miss()
|
D | xfs_ioctl.c | 1240 &ip->i_pdquot, pdqp); in xfs_ioctl_setattr()
|