Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_objset.c1948 userquota_node_t *uqn; in do_userquota_cacheflush() local
1962 uqn->uqn_id, uqn->uqn_delta, tx)); in do_userquota_cacheflush()
1964 kmem_free(uqn, sizeof (*uqn)); in do_userquota_cacheflush()
1973 uqn->uqn_id, uqn->uqn_delta, tx)); in do_userquota_cacheflush()
1975 kmem_free(uqn, sizeof (*uqn)); in do_userquota_cacheflush()
1985 uqn->uqn_id, uqn->uqn_delta, tx)); in do_userquota_cacheflush()
1987 kmem_free(uqn, sizeof (*uqn)); in do_userquota_cacheflush()
1996 userquota_node_t *uqn; in userquota_update_cache() local
2006 if (uqn == NULL) { in userquota_update_cache()
2007 uqn = kmem_zalloc(sizeof (*uqn), KM_SLEEP); in userquota_update_cache()
[all …]