Home
last modified time | relevance | path

Searched refs:xfs_trans_dqjoin (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/
H A Dxfs_trans_dquot.c30 xfs_trans_dqjoin( in xfs_trans_dqjoin() function
397 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()
400 xfs_trans_dqjoin(tp, q[0].qt_dquot); in xfs_trans_dqlockedjoin()
401 xfs_trans_dqjoin(tp, q[1].qt_dquot); in xfs_trans_dqlockedjoin()
407 xfs_trans_dqjoin(tp, q[i].qt_dquot); in xfs_trans_dqlockedjoin()
H A Dxfs_qm.h126 extern void xfs_trans_dqjoin(struct xfs_trans *, struct xfs_dquot *);
H A Dxfs_qm_syscalls.c313 xfs_trans_dqjoin(tp, dqp); in xfs_qm_scall_setqlim()
/linux/fs/xfs/scrub/
H A Dquotacheck_repair.c62 xfs_trans_dqjoin(xqc->sc->tp, dq); in xqcheck_commit_dquot()
H A Dquota_repair.c254 xfs_trans_dqjoin(sc->tp, dq); in xrep_quota_item()