Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_objset.c1818 userquota_node_t *uqn; in do_userquota_cacheflush() local
1832 uqn->uqn_id, uqn->uqn_delta, tx)); in do_userquota_cacheflush()
1834 kmem_free(uqn, sizeof (*uqn)); in do_userquota_cacheflush()
1843 uqn->uqn_id, uqn->uqn_delta, tx)); in do_userquota_cacheflush()
1845 kmem_free(uqn, sizeof (*uqn)); in do_userquota_cacheflush()
1855 uqn->uqn_id, uqn->uqn_delta, tx)); in do_userquota_cacheflush()
1857 kmem_free(uqn, sizeof (*uqn)); in do_userquota_cacheflush()
1866 userquota_node_t *uqn; in userquota_update_cache() local
1876 if (uqn == NULL) { in userquota_update_cache()
1877 uqn = kmem_zalloc(sizeof (*uqn), KM_SLEEP); in userquota_update_cache()
[all …]