Searched refs:i_udquot (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_qm.c | 343 if (XFS_IS_UQUOTA_ON(mp) && !ip->i_udquot) { in xfs_qm_dqattach_locked() 346 &ip->i_udquot); in xfs_qm_dqattach_locked() 349 ASSERT(ip->i_udquot); in xfs_qm_dqattach_locked() 405 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach() 411 if (ip->i_udquot) { in xfs_qm_dqdetach() 412 xfs_qm_dqrele(ip->i_udquot); in xfs_qm_dqdetach() 413 ip->i_udquot = NULL; in xfs_qm_dqdetach() 1671 ASSERT(ip->i_udquot); in xfs_qm_vop_dqalloc() 1672 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc() 1818 ASSERT(ip->i_udquot); in xfs_qm_vop_chown_reserve() [all …]
|
D | xfs_qm_syscalls.c | 733 ASSERT(ip->i_udquot == NULL); in xfs_dqrele_inode() 740 if ((flags & XFS_UQUOTA_ACCT) && ip->i_udquot) { in xfs_dqrele_inode() 741 xfs_qm_dqrele(ip->i_udquot); in xfs_dqrele_inode() 742 ip->i_udquot = NULL; in xfs_dqrele_inode()
|
D | xfs_dquot.h | 132 return ip->i_udquot; in xfs_inode_dquot()
|
D | xfs_trans_dquot.c | 158 if (XFS_IS_UQUOTA_ON(mp) && ip->i_udquot) in xfs_trans_mod_dquot_byino() 159 (void) xfs_trans_mod_dquot(tp, ip->i_udquot, field, delta); in xfs_trans_mod_dquot_byino() 829 ip->i_udquot, ip->i_gdquot, in xfs_trans_reserve_quota_nblks()
|
D | xfs_quota.h | 39 ((XFS_IS_UQUOTA_ON(mp) && (ip)->i_udquot == NULL) || \
|
D | xfs_inode.h | 40 struct xfs_dquot *i_udquot; /* user dquot */ member
|
D | xfs_bmap_util.c | 1297 ip->i_udquot, ip->i_gdquot, ip->i_pdquot, in xfs_free_file_space() 1470 error = xfs_trans_reserve_quota(tp, mp, ip->i_udquot, in xfs_shift_file_space()
|
D | xfs_icache.c | 335 ip->i_udquot = NULL; in xfs_iget_cache_miss()
|
D | xfs_iops.c | 675 &ip->i_udquot, udqp); in xfs_setattr_nonsize()
|