Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_dquot.h161 struct xfs_dquot **dqpp);
164 struct xfs_dquot **dqpp);
166 uint type, struct xfs_dquot **dqpp);
169 struct xfs_dquot **dqpp);
Dxfs_dquot.c562 struct xfs_dquot **dqpp) in xfs_qm_dqread() argument
588 *dqpp = dqp; in xfs_qm_dqread()
594 *dqpp = NULL; in xfs_qm_dqread()
813 struct xfs_dquot **dqpp) in xfs_qm_dqget_uncached() argument
821 return xfs_qm_dqread(mp, id, type, 0, dqpp); in xfs_qm_dqget_uncached()
937 struct xfs_dquot **dqpp) in xfs_qm_dqget_next() argument
942 *dqpp = NULL; in xfs_qm_dqget_next()
951 *dqpp = dqp; in xfs_qm_dqget_next()