Home
last modified time | relevance | path

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

/linux-6.1.9/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.c300 error = xfs_qm_dqget(mp, id, type, true, &dqp); in xfs_qm_scall_setqlim()
468 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.c1077 error = xfs_qm_dqget(mp, id, type, true, &dqp); in xfs_qm_quotacheck_dqadjust()
1679 error = xfs_qm_dqget(mp, from_kuid(user_ns, uid), in xfs_qm_vop_dqalloc()
1704 error = xfs_qm_dqget(mp, from_kgid(user_ns, gid), in xfs_qm_vop_dqalloc()
1722 error = xfs_qm_dqget(mp, prid, in xfs_qm_vop_dqalloc()
Dxfs_dquot.c847 xfs_qm_dqget( in xfs_qm_dqget() function
1032 error = xfs_qm_dqget(mp, id, type, false, &dqp); in xfs_qm_dqget_next()