Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Dquotacheck.c235 if (!xqc->ucounts) in xqcheck_mod_live_ino_dqtrx()
239 if (!xqc->gcounts) in xqcheck_mod_live_ino_dqtrx()
243 if (!xqc->pcounts) in xqcheck_mod_live_ino_dqtrx()
440 if (xqc->ucounts) { in xqcheck_collect_inode()
442 error = xqcheck_update_incore_counts(xqc, xqc->ucounts, id, 1, in xqcheck_collect_inode()
448 if (xqc->gcounts) { in xqcheck_collect_inode()
450 error = xqcheck_update_incore_counts(xqc, xqc->gcounts, id, 1, in xqcheck_collect_inode()
456 if (xqc->pcounts) { in xqcheck_collect_inode()
458 error = xqcheck_update_incore_counts(xqc, xqc->pcounts, id, 1, in xqcheck_collect_inode()
734 xqc->sc = NULL; in xqcheck_teardown_scan()
[all …]
H A Dquotacheck_repair.c45 struct xqcheck *xqc, in xqcheck_commit_dquot() argument
69 mutex_lock(&xqc->lock); in xqcheck_commit_dquot()
107 mutex_unlock(&xqc->lock); in xqcheck_commit_dquot()
129 mutex_unlock(&xqc->lock); in xqcheck_commit_dquot()
141 struct xqcheck *xqc, in xqcheck_commit_dqtype() argument
170 mutex_lock(&xqc->lock); in xqcheck_commit_dqtype()
194 mutex_lock(&xqc->lock); in xqcheck_commit_dqtype()
196 mutex_unlock(&xqc->lock); in xqcheck_commit_dqtype()
238 if (xqc->ucounts) { in xrep_quotacheck()
243 if (xqc->gcounts) { in xrep_quotacheck()
[all …]
H A Dquotacheck.h60 struct xqcheck *xqc, in xqcheck_counters_for() argument
65 return xqc->ucounts; in xqcheck_counters_for()
67 return xqc->gcounts; in xqcheck_counters_for()
69 return xqc->pcounts; in xqcheck_counters_for()
/linux-6.15/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.c672 int qm_set_and_get_xqc(struct hisi_qm *qm, u8 cmd, void *xqc, u32 qp_id, bool op) in qm_set_and_get_xqc() argument
714 memcpy(tmp_xqc, xqc, size); in qm_set_and_get_xqc()
719 memcpy(xqc, tmp_xqc, size); in qm_set_and_get_xqc()