Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_qm_bhv.c63 if (!xfs_qm_dqget(mp, ip->i_d.di_projid, XFS_DQTYPE_PROJ, false, &dqp)) { in xfs_qm_statvfs()
Dxfs_dquot.h211 int xfs_qm_dqget(struct xfs_mount *mp, xfs_dqid_t id,
Dxfs_qm_syscalls.c535 error = xfs_qm_dqget(mp, id, type, true, &dqp); in xfs_qm_scall_setqlim()
704 error = xfs_qm_dqget(mp, id, type, false, &dqp); in xfs_qm_scall_getquota()
Dxfs_qm.c1084 error = xfs_qm_dqget(mp, id, type, true, &dqp); in xfs_qm_quotacheck_dqadjust()
1677 error = xfs_qm_dqget(mp, from_kuid(user_ns, uid), in xfs_qm_vop_dqalloc()
1702 error = xfs_qm_dqget(mp, from_kgid(user_ns, gid), in xfs_qm_vop_dqalloc()
1720 error = xfs_qm_dqget(mp, prid, in xfs_qm_vop_dqalloc()
Dxfs_dquot.c838 xfs_qm_dqget( in xfs_qm_dqget() function
1023 error = xfs_qm_dqget(mp, id, type, false, &dqp); in xfs_qm_dqget_next()