Searched refs:i_udquot (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_qm.c | 331 if (XFS_IS_UQUOTA_ON(mp) && !ip->i_udquot) { in xfs_qm_dqattach_locked() 333 doalloc, &ip->i_udquot); in xfs_qm_dqattach_locked() 336 ASSERT(ip->i_udquot); in xfs_qm_dqattach_locked() 389 if (!(ip->i_udquot || ip->i_gdquot || ip->i_pdquot)) in xfs_qm_dqdetach() 395 if (ip->i_udquot) { in xfs_qm_dqdetach() 396 xfs_qm_dqrele(ip->i_udquot); in xfs_qm_dqdetach() 397 ip->i_udquot = NULL; in xfs_qm_dqdetach() 1694 ASSERT(ip->i_udquot); in xfs_qm_vop_dqalloc() 1695 uq = xfs_qm_dqhold(ip->i_udquot); in xfs_qm_vop_dqalloc() 1912 ASSERT(ip->i_udquot == NULL); in xfs_qm_vop_create_dqattach() [all …]
|
| H A D | xfs_qm_syscalls.c | 762 ASSERT(ip->i_udquot == NULL); in xfs_dqrele_inode() 769 if ((*flags & XFS_UQUOTA_ACCT) && ip->i_udquot) { in xfs_dqrele_inode() 770 xfs_qm_dqrele(ip->i_udquot); in xfs_dqrele_inode() 771 ip->i_udquot = NULL; in xfs_dqrele_inode()
|
| H A D | xfs_trans_dquot.c | 149 if (XFS_IS_UQUOTA_ON(mp) && ip->i_udquot) in xfs_trans_mod_dquot_byino() 150 (void) xfs_trans_mod_dquot(tp, ip->i_udquot, field, delta); in xfs_trans_mod_dquot_byino() 822 ip->i_udquot, ip->i_gdquot, in xfs_trans_reserve_quota_nblks()
|
| H A D | xfs_quota.h | 28 ((XFS_IS_UQUOTA_ON(mp) && (ip)->i_udquot == NULL) || \
|
| H A D | xfs_dquot.h | 157 return ip->i_udquot; in xfs_inode_dquot()
|
| H A D | xfs_inode.h | 27 struct xfs_dquot *i_udquot; /* user dquot */ member
|
| H A D | xfs_icache.c | 567 ip->i_udquot = NULL; in xfs_iget_cache_miss()
|
| H A D | xfs_iops.c | 762 &ip->i_udquot, udqp); in xfs_setattr_nonsize()
|
| H A D | xfs_bmap_util.c | 882 error = xfs_trans_reserve_quota(tp, mp, ip->i_udquot, ip->i_gdquot, in xfs_unmap_extent()
|
| /OK3568_Linux_fs/kernel/fs/xfs/scrub/ |
| H A D | repair.c | 941 if (XFS_IS_UQUOTA_ON(sc->mp) && !sc->ip->i_udquot) in xrep_ino_dqattach()
|