Searched refs:i_udquot (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_qm.c | 934 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 …]
|
D | xfs_qm_syscalls.c | 1031 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()
|
D | xfs_trans_dquot.c | 210 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()
|
D | xfs_dquot.c | 222 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/ |
D | xfs_quota.h | 248 (ip)->i_udquot == NULL) || \
|
D | xfs_utils.c | 429 ASSERT(ip->i_udquot); in xfs_truncate_file()
|
D | xfs_inode.h | 253 struct xfs_dquot *i_udquot; /* user dquot */ member
|
D | xfs_iget.c | 342 ip->i_udquot = ip->i_gdquot = NULL; in xfs_iget_core()
|
D | xfs_vnodeops.c | 768 &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()
|