Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm.c934 NULL, &ip->i_udquot); in xfs_qm_dqattach()
944 ip->i_udquot, &ip->i_gdquot); in xfs_qm_dqattach()
960 ASSERT(ip->i_udquot); in xfs_qm_dqattach()
969 if (ip->i_udquot->q_gdquot == ip->i_gdquot) in xfs_qm_dqattach()
974 xfs_qm_dqattach_grouphint(ip->i_udquot, ip->i_gdquot, in xfs_qm_dqattach()
982 if (ip->i_udquot) { in xfs_qm_dqattach()
984 ASSERT(XFS_DQ_IS_LOCKED(ip->i_udquot)); in xfs_qm_dqattach()
991 ASSERT(ip->i_udquot); in xfs_qm_dqattach()
1016 if (!(ip->i_udquot || ip->i_gdquot)) in xfs_qm_dqdetach()
1021 if (ip->i_udquot) in xfs_qm_dqdetach()
[all …]
Dxfs_qm_syscalls.c1031 ASSERT(ip->i_udquot == NULL); in xfs_qm_dqrele_all_inodes()
1038 ASSERT(ip->i_udquot == NULL); in xfs_qm_dqrele_all_inodes()
1069 if ((flags & XFS_UQUOTA_ACCT) && ip->i_udquot) { in xfs_qm_dqrele_all_inodes()
1070 xfs_qm_dqrele(ip->i_udquot); in xfs_qm_dqrele_all_inodes()
1071 ip->i_udquot = NULL; in xfs_qm_dqrele_all_inodes()
Dxfs_trans_dquot.c210 if (XFS_IS_UQUOTA_ON(mp) && ip->i_udquot) { in xfs_trans_mod_dquot_byino()
211 (void) xfs_trans_mod_dquot(tp, ip->i_udquot, field, delta); in xfs_trans_mod_dquot_byino()
866 ip->i_udquot, ip->i_gdquot, in xfs_trans_reserve_quota_nblks()
Dxfs_dquot.c222 udqp = ip->i_udquot; in __xfs_dqtrace_entry()
992 ASSERT(ip->i_udquot == NULL); in xfs_qm_dqget()
1078 if (ip->i_udquot) { in xfs_qm_dqget()
1080 dqp = ip->i_udquot; in xfs_qm_dqget()
/linux-2.4.37.9/fs/xfs/
Dxfs_quota.h248 (ip)->i_udquot == NULL) || \
Dxfs_utils.c429 ASSERT(ip->i_udquot); in xfs_truncate_file()
Dxfs_inode.h253 struct xfs_dquot *i_udquot; /* user dquot */ member
Dxfs_iget.c342 ip->i_udquot = ip->i_gdquot = NULL; in xfs_iget_core()
Dxfs_vnodeops.c768 &ip->i_udquot, udqp); in xfs_setattr()
4152 ip->i_udquot, ip->i_gdquot, resblks, 0, rt ? in xfs_alloc_file_space()
4444 ip->i_udquot, ip->i_gdquot, resblks, 0, rt ? in xfs_free_file_space()