Searched refs:i_gdquot (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
927 ip->i_udquot, &ip->i_gdquot) :
931 ip->i_udquot, &ip->i_gdquot);
948 ASSERT(ip->i_gdquot);
952 * but this check is OK since we don't depend on the i_gdquot to
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, ip->i_gdquot,
973 if (ip->i_gdquot) {
975 ASSERT(XFS_DQ_IS_LOCKED(ip->i_gdquot));
[all...]
H A Dxfs_trans_dquot.c192 if (XFS_IS_OQUOTA_ON(mp) && ip->i_gdquot)
193 (void) xfs_trans_mod_dquot(tp, ip->i_gdquot, field, delta);
848 ip->i_udquot, ip->i_gdquot,
H A Dxfs_qm_syscalls.c307 * do a dqrele on the i_udquot/i_gdquot that it may have.
1057 ASSERT(ip->i_gdquot == NULL);
1064 ASSERT(ip->i_gdquot == NULL);
1093 if (flags & (XFS_PQUOTA_ACCT|XFS_GQUOTA_ACCT) && ip->i_gdquot) {
1094 xfs_qm_dqrele(ip->i_gdquot);
1095 ip->i_gdquot = NULL;
H A Dxfs_dquot.c940 ASSERT(ip->i_gdquot == NULL);
1031 if (ip->i_gdquot) {
1033 dqp = ip->i_gdquot;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_utils.c414 ASSERT(ip->i_gdquot);
H A Dxfs_quota.h261 (ip)->i_gdquot == NULL))
H A Dxfs_inode.h250 struct xfs_dquot *i_gdquot; /* group dquot */ member in struct:xfs_inode
H A Dxfs_iget.c397 ip->i_udquot = ip->i_gdquot = NULL;
H A Dxfs_vnodeops.c735 &ip->i_gdquot, gdqp);
745 &ip->i_gdquot, gdqp);
4445 ip->i_udquot, ip->i_gdquot, resblks, 0,

Completed in 82 milliseconds