Searched refs:xfs_qm_dqget (Results 1 – 7 of 7) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_qm_syscalls.c | 299 error = xfs_qm_dqget(mp, id, type, true, &dqp); in xfs_qm_scall_setqlim() 454 error = xfs_qm_dqget(mp, id, type, false, &dqp); in xfs_qm_scall_getquota()
|
H A D | xfs_qm_bhv.c | 75 if (!xfs_qm_dqget(mp, ip->i_projid, XFS_DQTYPE_PROJ, false, &dqp)) { in xfs_qm_statvfs()
|
H A D | xfs_dquot.h | 226 int xfs_qm_dqget(struct xfs_mount *mp, xfs_dqid_t id,
|
H A D | xfs_qm.c | 1333 error = xfs_qm_dqget(mp, id, type, true, &dqp); in xfs_qm_quotacheck_dqadjust() 1998 error = xfs_qm_dqget(mp, from_kuid(user_ns, uid), in xfs_qm_vop_dqalloc() 2023 error = xfs_qm_dqget(mp, from_kgid(user_ns, gid), in xfs_qm_vop_dqalloc() 2041 error = xfs_qm_dqget(mp, prid, in xfs_qm_vop_dqalloc()
|
H A D | xfs_dquot.c | 909 xfs_qm_dqget( in xfs_qm_dqget() function 1095 error = xfs_qm_dqget(mp, id, type, false, &dqp); in xfs_qm_dqget_next()
|
/linux/fs/xfs/scrub/ |
H A D | dqiterate.c | 204 error = xfs_qm_dqget(mp, cursor->id, cursor->dqtype, false, &dq); in xchk_dquot_iter()
|
H A D | quotacheck_repair.c | 185 error = xfs_qm_dqget(mp, id, dqtype, true, &dq); in xqcheck_commit_dqtype()
|