Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_dquot.h213 struct xfs_dquot **dqpp);
215 bool can_alloc, struct xfs_dquot **dqpp);
217 xfs_dqtype_t type, struct xfs_dquot **dqpp);
220 struct xfs_dquot **dqpp);
H A Dxfs_dquot.c708 struct xfs_dquot **dqpp) in xfs_qm_dqread() argument
736 *dqpp = dqp; in xfs_qm_dqread()
742 *dqpp = NULL; in xfs_qm_dqread()
957 struct xfs_dquot **dqpp) in xfs_qm_dqget_uncached() argument
965 return xfs_qm_dqread(mp, id, type, 0, dqpp); in xfs_qm_dqget_uncached()
996 struct xfs_dquot **dqpp) in xfs_qm_dqget_inode() argument
1003 ASSERT(!*dqpp); in xfs_qm_dqget_inode()
1072 *dqpp = dqp; in xfs_qm_dqget_inode()
1085 struct xfs_dquot **dqpp) in xfs_qm_dqget_next() argument
1090 *dqpp = NULL; in xfs_qm_dqget_next()
[all …]
/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);