Searched refs:xqc (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | quotacheck.c | 129 struct xqcheck *xqc, in xqcheck_update_incore_counts() argument 213 struct xqcheck *xqc; in xqcheck_mod_live_ino_dqtrx() local 218 xqc = container_of(nb, struct xqcheck, qhook.mod_hook.nb); in xqcheck_mod_live_ino_dqtrx() 235 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() 251 if (!xchk_iscan_want_live_update(&xqc->iscan, p->ino)) in xqcheck_mod_live_ino_dqtrx() 255 mutex_lock(&xqc->lock); in xqcheck_mod_live_ino_dqtrx() 256 dqa = rhashtable_lookup_fast(&xqc->shadow_dquot_acct, &p->tx_id, in xqcheck_mod_live_ino_dqtrx() 264 error = rhashtable_insert_fast(&xqc->shadow_dquot_acct, in xqcheck_mod_live_ino_dqtrx() [all …]
|
| H A D | quotacheck.h | 60 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/drivers/crypto/hisilicon/ |
| H A D | qm_common.h | 75 int qm_set_and_get_xqc(struct hisi_qm *qm, u8 cmd, void *xqc, u32 qp_id, bool op);
|