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 in xqcheck_mod_live_ino_dqtrx() 319 struct xqcheck *xqc; xqcheck_apply_live_dqtrx() local 391 xqcheck_collect_inode(struct xqcheck * xqc,struct xfs_inode * ip) xqcheck_collect_inode() argument 485 xqcheck_collect_counts(struct xqcheck * xqc) xqcheck_collect_counts() argument 553 xqcheck_compare_dquot(struct xqcheck * xqc,xfs_dqtype_t dqtype,struct xfs_dquot * dq) xqcheck_compare_dquot() argument 611 xqcheck_walk_observations(struct xqcheck * xqc,xfs_dqtype_t dqtype) xqcheck_walk_observations() argument 655 xqcheck_compare_dqtype(struct xqcheck * xqc,xfs_dqtype_t dqtype) xqcheck_compare_dqtype() argument 692 struct xqcheck *xqc = priv; xqcheck_teardown_scan() local 742 xqcheck_setup_scan(struct xfs_scrub * sc,struct xqcheck * xqc) xqcheck_setup_scan() argument 819 struct xqcheck *xqc = sc->buf; xchk_quotacheck() local [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);
|