Home
last modified time | relevance | path

Searched refs:i_gdquot (Results 1 – 10 of 10) sorted by relevance

/fs/xfs/quota/
Dxfs_qm.c867 ip->i_udquot, &ip->i_gdquot) : in xfs_qm_dqattach()
871 ip->i_udquot, &ip->i_gdquot); in xfs_qm_dqattach()
888 ASSERT(ip->i_gdquot); 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()
913 if (ip->i_gdquot) { in xfs_qm_dqattach()
915 ASSERT(XFS_DQ_IS_LOCKED(ip->i_gdquot)); in xfs_qm_dqattach()
920 ASSERT(ip->i_gdquot); in xfs_qm_dqattach()
943 if (!(ip->i_udquot || ip->i_gdquot)) in xfs_qm_dqdetach()
953 if (ip->i_gdquot) { in xfs_qm_dqdetach()
[all …]
Dxfs_trans_dquot.c192 if (XFS_IS_OQUOTA_ON(mp) && ip->i_gdquot) in xfs_trans_mod_dquot_byino()
193 (void) xfs_trans_mod_dquot(tp, ip->i_gdquot, field, delta); in xfs_trans_mod_dquot_byino()
848 ip->i_udquot, ip->i_gdquot, in xfs_trans_reserve_quota_nblks()
Dxfs_qm_syscalls.c1068 ASSERT(ip->i_gdquot == NULL); in xfs_qm_dqrele_inodes_ag()
1095 ip->i_gdquot) { in xfs_qm_dqrele_inodes_ag()
1096 xfs_qm_dqrele(ip->i_gdquot); in xfs_qm_dqrele_inodes_ag()
1097 ip->i_gdquot = NULL; in xfs_qm_dqrele_inodes_ag()
Dxfs_dquot.c956 ASSERT(ip->i_gdquot == NULL); in xfs_qm_dqget()
1047 if (ip->i_gdquot) { in xfs_qm_dqget()
1049 dqp = ip->i_gdquot; in xfs_qm_dqget()
/fs/xfs/
Dxfs_utils.c351 ASSERT(ip->i_gdquot); in xfs_truncate_file()
Dxfs_quota.h259 (ip)->i_gdquot == NULL))
Dxfs_inode.h241 struct xfs_dquot *i_gdquot; /* group dquot */ member
Dxfs_iget.c282 ip->i_udquot = ip->i_gdquot = NULL; in xfs_iget_cache_miss()
Dxfs_vnodeops.c369 &ip->i_gdquot, gdqp); in xfs_setattr()
3178 ip->i_udquot, ip->i_gdquot, resblks, 0, in xfs_free_file_space()
/fs/xfs/linux-2.6/
Dxfs_ioctl.c1090 &ip->i_gdquot, gdqp); in xfs_ioctl_setattr()