Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_qm.c343 if (XFS_IS_UQUOTA_ON(mp) && !ip->i_udquot) { in xfs_qm_dqattach_locked()
346 &ip->i_udquot); in xfs_qm_dqattach_locked()
349 ASSERT(ip->i_udquot); in xfs_qm_dqattach_locked()
405 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach()
411 if (ip->i_udquot) { in xfs_qm_dqdetach()
412 xfs_qm_dqrele(ip->i_udquot); in xfs_qm_dqdetach()
413 ip->i_udquot = NULL; in xfs_qm_dqdetach()
1670 ASSERT(ip->i_udquot); in xfs_qm_vop_dqalloc()
1671 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc()
1817 ASSERT(ip->i_udquot); in xfs_qm_vop_chown_reserve()
[all …]
Dxfs_qm_syscalls.c731 ASSERT(ip->i_udquot == NULL); in xfs_dqrele_inode()
738 if ((flags & XFS_UQUOTA_ACCT) && ip->i_udquot) { in xfs_dqrele_inode()
739 xfs_qm_dqrele(ip->i_udquot); in xfs_dqrele_inode()
740 ip->i_udquot = NULL; in xfs_dqrele_inode()
Dxfs_dquot.h132 return ip->i_udquot; in xfs_inode_dquot()
Dxfs_trans_dquot.c164 if (XFS_IS_UQUOTA_ON(mp) && ip->i_udquot) in xfs_trans_mod_dquot_byino()
165 (void) xfs_trans_mod_dquot(tp, ip->i_udquot, field, delta); in xfs_trans_mod_dquot_byino()
835 ip->i_udquot, ip->i_gdquot, in xfs_trans_reserve_quota_nblks()
Dxfs_quota.h39 ((XFS_IS_UQUOTA_ON(mp) && (ip)->i_udquot == NULL) || \
Dxfs_inode.h40 struct xfs_dquot *i_udquot; /* user dquot */ member
Dxfs_bmap_util.c1335 ip->i_udquot, ip->i_gdquot, ip->i_pdquot, in xfs_free_file_space()
1508 error = xfs_trans_reserve_quota(tp, mp, ip->i_udquot, in xfs_shift_file_space()
Dxfs_icache.c335 ip->i_udquot = NULL; in xfs_iget_cache_miss()
Dxfs_iops.c672 &ip->i_udquot, udqp); in xfs_setattr_nonsize()