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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm.c707 * &i_udquot or &i_gdquot. This made the code look weird, but
718 * udqhint is the i_udquot field in inode, and is non-NULL only
916 NULL, &ip->i_udquot);
927 ip->i_udquot, &ip->i_gdquot) :
931 ip->i_udquot, &ip->i_gdquot);
947 ASSERT(ip->i_udquot);
951 * We may or may not have the i_udquot locked at this point,
956 if (ip->i_udquot->q_gdquot == ip->i_gdquot)
959 * Attach i_gdquot to the gdquot hint inside the i_udquot.
961 xfs_qm_dqattach_grouphint(ip->i_udquot, i
[all...]
H A Dxfs_trans_dquot.c190 if (XFS_IS_UQUOTA_ON(mp) && ip->i_udquot)
191 (void) xfs_trans_mod_dquot(tp, ip->i_udquot, field, delta);
848 ip->i_udquot, ip->i_gdquot,
H A Dxfs_dquot.c202 udqp = ip->i_udquot;
938 ASSERT(ip->i_udquot == NULL);
1024 if (ip->i_udquot) {
1026 dqp = ip->i_udquot;
H A Dxfs_qm_syscalls.c307 * do a dqrele on the i_udquot/i_gdquot that it may have.
1056 ASSERT(ip->i_udquot == NULL);
1063 ASSERT(ip->i_udquot == NULL);
1089 if ((flags & XFS_UQUOTA_ACCT) && ip->i_udquot) {
1090 xfs_qm_dqrele(ip->i_udquot);
1091 ip->i_udquot = NULL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_utils.c410 ASSERT(ip->i_udquot);
H A Dxfs_quota.h259 (ip)->i_udquot == NULL) || \
H A Dxfs_inode.h249 struct xfs_dquot *i_udquot; /* user dquot */ member in struct:xfs_inode
H A Dxfs_iget.c397 ip->i_udquot = ip->i_gdquot = NULL;
H A Dxfs_vnodeops.c725 &ip->i_udquot, udqp);
4445 ip->i_udquot, ip->i_gdquot, resblks, 0,

Completed in 112 milliseconds