Searched refs:i_gdquot (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_qm.c | 352 if (XFS_IS_GQUOTA_ON(mp) && !ip->i_gdquot) { in xfs_qm_dqattach_locked() 355 &ip->i_gdquot); in xfs_qm_dqattach_locked() 358 ASSERT(ip->i_gdquot); in xfs_qm_dqattach_locked() 405 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach() 415 if (ip->i_gdquot) { in xfs_qm_dqdetach() 416 xfs_qm_dqrele(ip->i_gdquot); in xfs_qm_dqdetach() 417 ip->i_gdquot = NULL; in xfs_qm_dqdetach() 1690 ASSERT(ip->i_gdquot); in xfs_qm_vop_dqalloc() 1691 gq = xfs_qm_dqhold(ip->i_gdquot); in xfs_qm_vop_dqalloc() 1825 ASSERT(ip->i_gdquot); in xfs_qm_vop_chown_reserve() [all …]
|
D | xfs_qm_syscalls.c | 732 ASSERT(ip->i_gdquot == NULL); in xfs_dqrele_inode() 742 if ((flags & XFS_GQUOTA_ACCT) && ip->i_gdquot) { in xfs_dqrele_inode() 743 xfs_qm_dqrele(ip->i_gdquot); in xfs_dqrele_inode() 744 ip->i_gdquot = NULL; in xfs_dqrele_inode()
|
D | xfs_dquot.h | 134 return ip->i_gdquot; in xfs_inode_dquot()
|
D | xfs_trans_dquot.c | 166 if (XFS_IS_GQUOTA_ON(mp) && ip->i_gdquot) in xfs_trans_mod_dquot_byino() 167 (void) xfs_trans_mod_dquot(tp, ip->i_gdquot, field, delta); in xfs_trans_mod_dquot_byino() 835 ip->i_udquot, ip->i_gdquot, in xfs_trans_reserve_quota_nblks()
|
D | xfs_quota.h | 40 (XFS_IS_GQUOTA_ON(mp) && (ip)->i_gdquot == NULL) || \
|
D | xfs_inode.h | 41 struct xfs_dquot *i_gdquot; /* group dquot */ member
|
D | xfs_bmap_util.c | 1335 ip->i_udquot, ip->i_gdquot, ip->i_pdquot, in xfs_free_file_space() 1509 ip->i_gdquot, ip->i_pdquot, in xfs_shift_file_space()
|
D | xfs_icache.c | 336 ip->i_gdquot = NULL; in xfs_iget_cache_miss()
|
D | xfs_iops.c | 684 &ip->i_gdquot, gdqp); in xfs_setattr_nonsize()
|