Searched refs:i_gdquot (Results 1 – 10 of 10) sorted by relevance
/fs/xfs/quota/ |
D | xfs_qm.c | 867 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 …]
|
D | xfs_trans_dquot.c | 192 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()
|
D | xfs_qm_syscalls.c | 1068 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()
|
D | xfs_dquot.c | 956 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/ |
D | xfs_utils.c | 351 ASSERT(ip->i_gdquot); in xfs_truncate_file()
|
D | xfs_quota.h | 259 (ip)->i_gdquot == NULL))
|
D | xfs_inode.h | 241 struct xfs_dquot *i_gdquot; /* group dquot */ member
|
D | xfs_iget.c | 282 ip->i_udquot = ip->i_gdquot = NULL; in xfs_iget_cache_miss()
|
D | xfs_vnodeops.c | 369 &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/ |
D | xfs_ioctl.c | 1090 &ip->i_gdquot, gdqp); in xfs_ioctl_setattr()
|