Searched refs:uqn (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | dmu_objset.c | 1238 userquota_node_t *uqn; in do_userquota_cacheflush() local 1243 while ((uqn = avl_destroy_nodes(&cache->uqc_user_deltas, in do_userquota_cacheflush() 1246 uqn->uqn_id, uqn->uqn_delta, tx)); in do_userquota_cacheflush() 1247 kmem_free(uqn, sizeof (*uqn)); in do_userquota_cacheflush() 1252 while ((uqn = avl_destroy_nodes(&cache->uqc_group_deltas, 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() [all …]
|