Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_dquot.h223 struct xfs_dquot **dqpp);
225 bool can_alloc, struct xfs_dquot **dqpp);
227 xfs_dqtype_t type, struct xfs_dquot **dqpp);
230 struct xfs_dquot **dqpp);
Dxfs_dquot.c680 struct xfs_dquot **dqpp) in xfs_qm_dqread() argument
708 *dqpp = dqp; in xfs_qm_dqread()
714 *dqpp = NULL; in xfs_qm_dqread()
928 struct xfs_dquot **dqpp) in xfs_qm_dqget_uncached() argument
936 return xfs_qm_dqread(mp, id, type, 0, dqpp); in xfs_qm_dqget_uncached()
1052 struct xfs_dquot **dqpp) in xfs_qm_dqget_next() argument
1057 *dqpp = NULL; in xfs_qm_dqget_next()
1066 *dqpp = dqp; in xfs_qm_dqget_next()