Searched refs:xfs_qm_dqget (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_qm_bhv.c64 if (!xfs_qm_dqget(mp, ip->i_projid, XFS_DQTYPE_PROJ, false, &dqp)) {
H A Dxfs_dquot.h213 int xfs_qm_dqget(struct xfs_mount *mp, xfs_dqid_t id,
H A Dxfs_qm_syscalls.c300 error = xfs_qm_dqget(mp, id, type, true, &dqp);
468 error = xfs_qm_dqget(mp, id, type, false, &dqp);
H A Dxfs_qm.c1096 error = xfs_qm_dqget(mp, id, type, true, &dqp);
1730 error = xfs_qm_dqget(mp, from_kuid(user_ns, uid),
1755 error = xfs_qm_dqget(mp, from_kgid(user_ns, gid),
1773 error = xfs_qm_dqget(mp, prid,
H A Dxfs_dquot.c882 xfs_qm_dqget( function
1067 error = xfs_qm_dqget(mp, id, type, false, &dqp);
/linux-master/fs/xfs/scrub/
H A Ddqiterate.c204 error = xfs_qm_dqget(mp, cursor->id, cursor->dqtype, false, &dq);
H A Dquotacheck_repair.c185 error = xfs_qm_dqget(mp, id, dqtype, true, &dq);
H A Dquotacheck.c629 error = xfs_qm_dqget(xqc->sc->mp, id, dqtype, false, &dq);

Completed in 174 milliseconds