/linux-4.4.14/fs/xfs/ |
H A D | xfs_symlink.c | 192 struct xfs_dquot *udqp = NULL; xfs_symlink() local 211 udqp = gdqp = NULL; xfs_symlink() 221 &udqp, &gdqp, &pdqp); xfs_symlink() 258 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, xfs_symlink() 298 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); xfs_symlink() 398 xfs_qm_dqrele(udqp); xfs_symlink() 420 xfs_qm_dqrele(udqp); xfs_symlink()
|
H A D | xfs_quota.h | 106 prid_t prid, uint flags, struct xfs_dquot **udqp, xfs_qm_vop_dqalloc() 109 *udqp = NULL; xfs_qm_vop_dqalloc() 125 struct xfs_mount *mp, struct xfs_dquot *udqp, xfs_trans_reserve_quota_bydquots() 105 xfs_qm_vop_dqalloc(struct xfs_inode *ip, xfs_dqid_t uid, xfs_dqid_t gid, prid_t prid, uint flags, struct xfs_dquot **udqp, struct xfs_dquot **gdqp, struct xfs_dquot **pdqp) xfs_qm_vop_dqalloc() argument 124 xfs_trans_reserve_quota_bydquots(struct xfs_trans *tp, struct xfs_mount *mp, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, long nblks, long nions, uint flags) xfs_trans_reserve_quota_bydquots() argument
|
H A D | xfs_iops.c | 550 struct xfs_dquot *udqp = NULL, *gdqp = NULL; xfs_setattr_nonsize() local 595 * We take a reference when we initialize udqp and gdqp, xfs_setattr_nonsize() 599 ASSERT(udqp == NULL); xfs_setattr_nonsize() 604 qflags, &udqp, &gdqp, NULL); xfs_setattr_nonsize() 639 error = xfs_qm_vop_chown_reserve(tp, ip, udqp, gdqp, xfs_setattr_nonsize() 670 ASSERT(udqp); xfs_setattr_nonsize() 672 &ip->i_udquot, udqp); xfs_setattr_nonsize() 711 xfs_qm_dqrele(udqp); xfs_setattr_nonsize() 736 xfs_qm_dqrele(udqp); xfs_setattr_nonsize()
|
H A D | xfs_trans_dquot.c | 750 struct xfs_dquot *udqp, xfs_trans_reserve_quota_bydquots() 767 if (udqp) { xfs_trans_reserve_quota_bydquots() 768 error = xfs_trans_dqresv(tp, mp, udqp, nblks, ninos, xfs_trans_reserve_quota_bydquots() 797 if (udqp) xfs_trans_reserve_quota_bydquots() 798 xfs_trans_dqresv(tp, mp, udqp, -nblks, -ninos, flags); xfs_trans_reserve_quota_bydquots() 747 xfs_trans_reserve_quota_bydquots( struct xfs_trans *tp, struct xfs_mount *mp, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, long nblks, long ninos, uint flags) xfs_trans_reserve_quota_bydquots() argument
|
H A D | xfs_qm.c | 1785 struct xfs_dquot *udqp, xfs_qm_vop_chown_reserve() 1808 if (XFS_IS_UQUOTA_ON(mp) && udqp && xfs_qm_vop_chown_reserve() 1809 ip->i_d.di_uid != be32_to_cpu(udqp->q_core.d_id)) { xfs_qm_vop_chown_reserve() 1810 udq_delblks = udqp; xfs_qm_vop_chown_reserve() 1905 struct xfs_dquot *udqp, xfs_qm_vop_create_dqattach() 1917 if (udqp && XFS_IS_UQUOTA_ON(mp)) { xfs_qm_vop_create_dqattach() 1919 ASSERT(ip->i_d.di_uid == be32_to_cpu(udqp->q_core.d_id)); xfs_qm_vop_create_dqattach() 1921 ip->i_udquot = xfs_qm_dqhold(udqp); xfs_qm_vop_create_dqattach() 1922 xfs_trans_mod_dquot(tp, udqp, XFS_TRANS_DQ_ICOUNT, 1); xfs_qm_vop_create_dqattach() 1782 xfs_qm_vop_chown_reserve( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, uint flags) xfs_qm_vop_chown_reserve() argument 1902 xfs_qm_vop_create_dqattach( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_dquot *udqp, struct xfs_dquot *gdqp, struct xfs_dquot *pdqp) xfs_qm_vop_create_dqattach() argument
|
H A D | xfs_ioctl.c | 1185 struct xfs_dquot *udqp = NULL; xfs_ioctl_setattr() local 1207 XFS_QMOPT_PQUOTA, &udqp, NULL, &pdqp); xfs_ioctl_setattr() 1221 code = xfs_qm_vop_chown_reserve(tp, ip, udqp, NULL, pdqp, xfs_ioctl_setattr() 1273 xfs_qm_dqrele(udqp); xfs_ioctl_setattr() 1281 xfs_qm_dqrele(udqp); xfs_ioctl_setattr()
|
H A D | xfs_inode.c | 1148 struct xfs_dquot *udqp = NULL; xfs_create() local 1167 &udqp, &gdqp, &pdqp); xfs_create() 1212 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, xfs_create() 1276 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); xfs_create() 1286 xfs_qm_dqrele(udqp); xfs_create() 1308 xfs_qm_dqrele(udqp); xfs_create() 1329 struct xfs_dquot *udqp = NULL; xfs_create_tmpfile() local 1346 &udqp, &gdqp, &pdqp); xfs_create_tmpfile() 1363 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, xfs_create_tmpfile() 1381 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); xfs_create_tmpfile() 1392 xfs_qm_dqrele(udqp); xfs_create_tmpfile() 1412 xfs_qm_dqrele(udqp); xfs_create_tmpfile()
|