Searched refs:xqc (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Dquotacheck.c129 struct xqcheck *xqc,
213 struct xqcheck *xqc; local
218 xqc = container_of(nb, struct xqcheck, qhook.mod_hook.nb);
235 if (!xqc->ucounts)
239 if (!xqc->gcounts)
243 if (!xqc->pcounts)
251 if (!xchk_iscan_want_live_update(&xqc->iscan, p->ino))
255 mutex_lock(&xqc->lock);
256 dqa = rhashtable_lookup_fast(&xqc->shadow_dquot_acct, &p->tx_id,
264 error = rhashtable_insert_fast(&xqc
128 xqcheck_update_incore_counts( struct xqcheck *xqc, struct xfarray *counts, xfs_dqid_t id, int64_t inodes, int64_t nblks, int64_t rtblks) argument
319 struct xqcheck *xqc; local
390 xqcheck_collect_inode( struct xqcheck *xqc, struct xfs_inode *ip) argument
481 xqcheck_collect_counts( struct xqcheck *xqc) argument
551 xqcheck_compare_dquot( struct xqcheck *xqc, xfs_dqtype_t dqtype, struct xfs_dquot *dq) argument
610 xqcheck_walk_observations( struct xqcheck *xqc, xfs_dqtype_t dqtype) argument
654 xqcheck_compare_dqtype( struct xqcheck *xqc, xfs_dqtype_t dqtype) argument
692 struct xqcheck *xqc = priv; local
740 xqcheck_setup_scan( struct xfs_scrub *sc, struct xqcheck *xqc) argument
826 struct xqcheck *xqc = sc->buf; local
[all...]
H A Dquotacheck_repair.c45 struct xqcheck *xqc,
50 struct xfarray *counts = xqcheck_counters_for(xqc, dqtype);
57 error = xchk_trans_alloc(xqc->sc, 0);
62 xfs_trans_dqjoin(xqc->sc->tp, dq);
64 if (xchk_iscan_aborted(&xqc->iscan)) {
69 mutex_lock(&xqc->lock);
107 mutex_unlock(&xqc->lock);
111 trace_xrep_quotacheck_dquot(xqc->sc->mp, dq->q_type, dq->q_id);
117 xfs_trans_log_dquot(xqc->sc->tp, dq);
124 error = xrep_trans_commit(xqc
44 xqcheck_commit_dquot( struct xqcheck *xqc, xfs_dqtype_t dqtype, struct xfs_dquot *dq) argument
140 xqcheck_commit_dqtype( struct xqcheck *xqc, unsigned int dqtype) argument
222 struct xqcheck *xqc = sc->buf; local
[all...]
H A Dquotacheck.h60 struct xqcheck *xqc,
65 return xqc->ucounts;
67 return xqc->gcounts;
69 return xqc->pcounts;
59 xqcheck_counters_for( struct xqcheck *xqc, xfs_dqtype_t dqtype) argument
/linux-master/drivers/crypto/hisilicon/
H A Dqm_common.h75 int qm_set_and_get_xqc(struct hisi_qm *qm, u8 cmd, void *xqc, u32 qp_id, bool op);
H A Dqm.c617 /* op 0: set xqc information to hardware, 1: get xqc information from hardware. */
618 int qm_set_and_get_xqc(struct hisi_qm *qm, u8 cmd, void *xqc, u32 qp_id, bool op) argument
650 /* Setting xqc will fail if master OOO is blocked. */
658 memcpy(tmp_xqc, xqc, size);
663 memcpy(xqc, tmp_xqc, size);

Completed in 126 milliseconds