Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_objset.c1238 userquota_node_t *uqn; in do_userquota_cacheflush() local
1246 uqn->uqn_id, uqn->uqn_delta, tx)); in do_userquota_cacheflush()
1247 kmem_free(uqn, sizeof (*uqn)); in do_userquota_cacheflush()
1255 uqn->uqn_id, uqn->uqn_delta, tx)); in do_userquota_cacheflush()
1256 kmem_free(uqn, sizeof (*uqn)); in do_userquota_cacheflush()
1267 userquota_node_t *uqn = avl_find(avl, &search, &idx); in userquota_update_cache() local
1268 if (uqn == NULL) { in userquota_update_cache()
1269 uqn = kmem_zalloc(sizeof (*uqn), KM_SLEEP); in userquota_update_cache()
1270 uqn->uqn_id = id; in userquota_update_cache()
1271 avl_insert(avl, uqn, idx); in userquota_update_cache()
[all …]