Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_qm_bhv.c63 if (!xfs_qm_dqget(mp, ip->i_projid, XFS_DQTYPE_PROJ, false, &dqp)) { in xfs_qm_statvfs()
Dxfs_qm_syscalls.c299 error = xfs_qm_dqget(mp, id, type, true, &dqp); in xfs_qm_scall_setqlim()
467 error = xfs_qm_dqget(mp, id, type, false, &dqp); in xfs_qm_scall_getquota()
Dxfs_dquot.h213 int xfs_qm_dqget(struct xfs_mount *mp, xfs_dqid_t id,
Dxfs_qm.c1101 error = xfs_qm_dqget(mp, id, type, true, &dqp); in xfs_qm_quotacheck_dqadjust()
1769 error = xfs_qm_dqget(mp, from_kuid(user_ns, uid), in xfs_qm_vop_dqalloc()
1794 error = xfs_qm_dqget(mp, from_kgid(user_ns, gid), in xfs_qm_vop_dqalloc()
1812 error = xfs_qm_dqget(mp, prid, in xfs_qm_vop_dqalloc()
Dxfs_dquot.c878 xfs_qm_dqget( in xfs_qm_dqget() function
1063 error = xfs_qm_dqget(mp, id, type, false, &dqp); in xfs_qm_dqget_next()
/linux-6.12.1/fs/xfs/scrub/
Ddqiterate.c204 error = xfs_qm_dqget(mp, cursor->id, cursor->dqtype, false, &dq); in xchk_dquot_iter()
Dquotacheck_repair.c185 error = xfs_qm_dqget(mp, id, dqtype, true, &dq); in xqcheck_commit_dqtype()
Dquotacheck.c629 error = xfs_qm_dqget(xqc->sc->mp, id, dqtype, false, &dq); in xqcheck_walk_observations()