Searched refs:i_udquot (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/quota/ |
D | xfs_qm.c | 855 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 …]
|
D | xfs_trans_dquot.c | 190 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()
|
D | xfs_dquot.c | 218 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()
|
D | xfs_qm_syscalls.c | 1067 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/ |
D | xfs_utils.c | 347 ASSERT(ip->i_udquot); in xfs_truncate_file()
|
D | xfs_quota.h | 257 (ip)->i_udquot == NULL) || \
|
D | xfs_inode.h | 240 struct xfs_dquot *i_udquot; /* user dquot */ member
|
D | xfs_iget.c | 282 ip->i_udquot = ip->i_gdquot = NULL; in xfs_iget_cache_miss()
|
D | xfs_vnodeops.c | 358 &ip->i_udquot, udqp); in xfs_setattr() 3178 ip->i_udquot, ip->i_gdquot, resblks, 0, in xfs_free_file_space()
|