Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_dquot.h162 struct xfs_dquot **dqpp);
165 struct xfs_dquot **dqpp);
167 uint type, struct xfs_dquot **dqpp);
170 struct xfs_dquot **dqpp);
Dxfs_dquot.c565 struct xfs_dquot **dqpp) in xfs_qm_dqread() argument
591 *dqpp = dqp; in xfs_qm_dqread()
597 *dqpp = NULL; in xfs_qm_dqread()
816 struct xfs_dquot **dqpp) in xfs_qm_dqget_uncached() argument
824 return xfs_qm_dqread(mp, id, type, 0, dqpp); in xfs_qm_dqget_uncached()
940 struct xfs_dquot **dqpp) in xfs_qm_dqget_next() argument
945 *dqpp = NULL; in xfs_qm_dqget_next()
954 *dqpp = dqp; in xfs_qm_dqget_next()