Home
last modified time | relevance | path

Searched refs:dqpp (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/xfs/
Dxfs_dquot.h215 struct xfs_dquot **dqpp);
217 bool can_alloc, struct xfs_dquot **dqpp);
219 xfs_dqtype_t type, struct xfs_dquot **dqpp);
222 struct xfs_dquot **dqpp);
Dxfs_dquot.c653 struct xfs_dquot **dqpp) in xfs_qm_dqread() argument
681 *dqpp = dqp; in xfs_qm_dqread()
687 *dqpp = NULL; in xfs_qm_dqread()
901 struct xfs_dquot **dqpp) in xfs_qm_dqget_uncached() argument
909 return xfs_qm_dqread(mp, id, type, 0, dqpp); in xfs_qm_dqget_uncached()
1025 struct xfs_dquot **dqpp) in xfs_qm_dqget_next() argument
1030 *dqpp = NULL; in xfs_qm_dqget_next()
1039 *dqpp = dqp; in xfs_qm_dqget_next()