Searched refs:i_udquot (Results 1 – 9 of 9) sorted by relevance
/linux/fs/xfs/ |
A D | xfs_qm.c | 327 if (XFS_IS_UQUOTA_ON(mp) && !ip->i_udquot) { in xfs_qm_dqattach_locked() 329 doalloc, &ip->i_udquot); in xfs_qm_dqattach_locked() 332 ASSERT(ip->i_udquot); in xfs_qm_dqattach_locked() 385 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach() 391 if (ip->i_udquot) { in xfs_qm_dqdetach() 392 xfs_qm_dqrele(ip->i_udquot); in xfs_qm_dqdetach() 393 ip->i_udquot = NULL; in xfs_qm_dqdetach() 1693 ASSERT(ip->i_udquot); in xfs_qm_vop_dqalloc() 1694 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc() 1863 ASSERT(ip->i_udquot == NULL); in xfs_qm_vop_create_dqattach() [all …]
|
A D | xfs_trans_dquot.c | 139 if (XFS_IS_UQUOTA_ON(mp) && ip->i_udquot) in xfs_trans_mod_dquot_byino() 140 (void) xfs_trans_mod_dquot(tp, ip->i_udquot, field, delta); in xfs_trans_mod_dquot_byino() 807 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks() 814 error = xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks() 818 xfs_trans_reserve_quota_bydquots(tp, mp, ip->i_udquot, in xfs_trans_reserve_quota_nblks()
|
A D | xfs_quota.h | 28 ((XFS_IS_UQUOTA_ON(mp) && (ip)->i_udquot == NULL) || \
|
A D | xfs_dquot.h | 167 return ip->i_udquot; in xfs_inode_dquot()
|
A D | xfs_inode.h | 27 struct xfs_dquot *i_udquot; /* user dquot */ member
|
A D | xfs_icache.c | 655 ip->i_udquot = NULL; in xfs_iget_cache_miss() 930 ASSERT(!ip->i_udquot && !ip->i_gdquot && !ip->i_pdquot); in xfs_reclaim_inode()
|
A D | xfs_trans.c | 1169 udqp = (new_udqp != ip->i_udquot) ? new_udqp : NULL; in xfs_trans_alloc_ichange()
|
A D | xfs_iops.c | 785 &ip->i_udquot, udqp); in xfs_setattr_nonsize()
|
/linux/fs/xfs/scrub/ |
A D | repair.c | 946 if (XFS_IS_UQUOTA_ON(sc->mp) && !sc->ip->i_udquot) in xrep_ino_dqattach()
|
Completed in 19 milliseconds