Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c1865 userquota_node_t *uqn; in do_userquota_cacheflush() local
1870 while ((uqn = avl_destroy_nodes(&cache->uqc_user_deltas, in do_userquota_cacheflush()
1879 uqn->uqn_id, uqn->uqn_delta, tx)); in do_userquota_cacheflush()
1881 kmem_free(uqn, sizeof (*uqn)); in do_userquota_cacheflush()
1886 while ((uqn = avl_destroy_nodes(&cache->uqc_group_deltas, in do_userquota_cacheflush()
1890 uqn->uqn_id, uqn->uqn_delta, tx)); in do_userquota_cacheflush()
1892 kmem_free(uqn, sizeof (*uqn)); in do_userquota_cacheflush()
1898 while ((uqn = avl_destroy_nodes(&cache->uqc_project_deltas, in do_userquota_cacheflush()
1902 uqn->uqn_id, uqn->uqn_delta, tx)); in do_userquota_cacheflush()
1904 kmem_free(uqn, sizeof (*uqn)); in do_userquota_cacheflush()
[all …]