Home
last modified time | relevance | path

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

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