Home
last modified time | relevance | path

Searched refs:shadow_dquot_acct (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/scrub/
H A Dquotacheck.c256 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()
350 dqa = rhashtable_lookup_fast(&xqc->shadow_dquot_acct, &p->tx_id, in xqcheck_apply_live_dqtrx()
371 error = rhashtable_remove_fast(&xqc->shadow_dquot_acct, in xqcheck_apply_live_dqtrx()
708 if (xqc->shadow_dquot_acct.key_len) { in xqcheck_teardown_scan()
709 rhashtable_free_and_destroy(&xqc->shadow_dquot_acct, in xqcheck_teardown_scan()
711 xqc->shadow_dquot_acct.key_len = 0; in xqcheck_teardown_scan()
782 error = rhashtable_init(&xqc->shadow_dquot_acct, in xqcheck_setup_scan()
H A Dquotacheck.h54 struct rhashtable shadow_dquot_acct; member