Searched refs:qhook (Results 1 – 2 of 2) sorted by relevance
218 xqc = container_of(nb, struct xqcheck, qhook.mod_hook.nb); in xqcheck_mod_live_ino_dqtrx()325 xqc = container_of(nb, struct xqcheck, qhook.apply_hook.nb); in xqcheck_apply_live_dqtrx()706 xfs_dqtrx_hook_del(qi, &xqc->qhook); in xqcheck_teardown_scan()798 xfs_dqtrx_hook_setup(&xqc->qhook, xqcheck_mod_live_ino_dqtrx, in xqcheck_setup_scan()801 error = xfs_dqtrx_hook_add(qi, &xqc->qhook); in xqcheck_setup_scan()
51 struct xfs_dqtrx_hook qhook; member