Searched refs:gdqp (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/fs/xfs/ |
H A D | xfs_inode.c | 1087 struct xfs_dquot *gdqp = NULL;
in xfs_create() local 1104 &gdqp, &pdqp);
in xfs_create() 1139 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, pdqp, resblks, 1, 0);
in xfs_create() 1195 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp);
in xfs_create() 1203 xfs_qm_dqrele(gdqp);
in xfs_create() 1223 xfs_qm_dqrele(gdqp);
in xfs_create() 1240 struct xfs_dquot *gdqp = NULL;
in xfs_create_tmpfile() local 1255 &gdqp, &pdqp);
in xfs_create_tmpfile() 1268 error = xfs_trans_reserve_quota(tp, mp, udqp, gdqp, pdqp, resblks, 1, 0);
in xfs_create_tmpfile() 1287 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdq in xfs_create_tmpfile() [all...] |
Completed in 3 milliseconds