Home
last modified time | relevance | path

Searched refs:xfs_qm_dqget_next (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_dquot.h216 int xfs_qm_dqget_next(struct xfs_mount *mp, xfs_dqid_t id,
Dxfs_dquot.c1012 xfs_qm_dqget_next( in xfs_qm_dqget_next() function
1374 error = xfs_qm_dqget_next(mp, id, type, &dq); in xfs_qm_dqiterate()
Dxfs_qm_syscalls.c738 error = xfs_qm_dqget_next(mp, *id, type, &dqp); in xfs_qm_scall_getquota_next()