Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_dquot.h225 struct xfs_dquot **dqpp);
227 bool can_alloc, struct xfs_dquot **dqpp);
229 xfs_dqtype_t type, struct xfs_dquot **dqpp);
232 struct xfs_dquot **dqpp);
H A Dxfs_dquot.c707 struct xfs_dquot **dqpp) in xfs_qm_dqread() argument
735 *dqpp = dqp; in xfs_qm_dqread()
741 *dqpp = NULL; in xfs_qm_dqread()
962 struct xfs_dquot **dqpp) in xfs_qm_dqget_uncached() argument
970 return xfs_qm_dqread(mp, id, type, 0, dqpp); in xfs_qm_dqget_uncached()
1087 struct xfs_dquot **dqpp) in xfs_qm_dqget_next() argument
1092 *dqpp = NULL; in xfs_qm_dqget_next()
1101 *dqpp = dqp; in xfs_qm_dqget_next()
/linux/fs/xfs/scrub/
H A Ddqiterate.c173 struct xfs_dquot **dqpp) in xchk_dquot_iter() argument
209 *dqpp = dq; in xchk_dquot_iter()
H A Dquota.h34 int xchk_dquot_iter(struct xchk_dqiter *cursor, struct xfs_dquot **dqpp);