Home
last modified time | relevance | path

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

/fs/xfs/quota/
Dxfs_qm.c855 NULL, &ip->i_udquot); in xfs_qm_dqattach()
867 ip->i_udquot, &ip->i_gdquot) : in xfs_qm_dqattach()
871 ip->i_udquot, &ip->i_gdquot); in xfs_qm_dqattach()
887 ASSERT(ip->i_udquot); in xfs_qm_dqattach()
896 if (ip->i_udquot->q_gdquot == ip->i_gdquot) in xfs_qm_dqattach()
901 xfs_qm_dqattach_grouphint(ip->i_udquot, ip->i_gdquot, in xfs_qm_dqattach()
909 if (ip->i_udquot) { in xfs_qm_dqattach()
911 ASSERT(XFS_DQ_IS_LOCKED(ip->i_udquot)); in xfs_qm_dqattach()
918 ASSERT(ip->i_udquot); in xfs_qm_dqattach()
943 if (!(ip->i_udquot || ip->i_gdquot)) in xfs_qm_dqdetach()
[all …]
Dxfs_trans_dquot.c190 if (XFS_IS_UQUOTA_ON(mp) && ip->i_udquot) in xfs_trans_mod_dquot_byino()
191 (void) xfs_trans_mod_dquot(tp, ip->i_udquot, field, delta); in xfs_trans_mod_dquot_byino()
848 ip->i_udquot, ip->i_gdquot, in xfs_trans_reserve_quota_nblks()
Dxfs_dquot.c218 udqp = ip->i_udquot; in __xfs_dqtrace_entry()
954 ASSERT(ip->i_udquot == NULL); in xfs_qm_dqget()
1040 if (ip->i_udquot) { in xfs_qm_dqget()
1042 dqp = ip->i_udquot; in xfs_qm_dqget()
Dxfs_qm_syscalls.c1067 ASSERT(ip->i_udquot == NULL); in xfs_qm_dqrele_inodes_ag()
1090 if ((flags & XFS_UQUOTA_ACCT) && ip->i_udquot) { in xfs_qm_dqrele_inodes_ag()
1091 xfs_qm_dqrele(ip->i_udquot); in xfs_qm_dqrele_inodes_ag()
1092 ip->i_udquot = NULL; in xfs_qm_dqrele_inodes_ag()
/fs/xfs/
Dxfs_utils.c347 ASSERT(ip->i_udquot); in xfs_truncate_file()
Dxfs_quota.h257 (ip)->i_udquot == NULL) || \
Dxfs_inode.h240 struct xfs_dquot *i_udquot; /* user dquot */ member
Dxfs_iget.c282 ip->i_udquot = ip->i_gdquot = NULL; in xfs_iget_cache_miss()
Dxfs_vnodeops.c358 &ip->i_udquot, udqp); in xfs_setattr()
3178 ip->i_udquot, ip->i_gdquot, resblks, 0, in xfs_free_file_space()