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
1879 uqn->uqn_id, uqn->uqn_delta, tx)); in do_userquota_cacheflush()
1881 kmem_free(uqn, sizeof (*uqn)); 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()
1902 uqn->uqn_id, uqn->uqn_delta, tx)); in do_userquota_cacheflush()
1904 kmem_free(uqn, sizeof (*uqn)); in do_userquota_cacheflush()
1913 userquota_node_t *uqn; in userquota_update_cache() local
1923 if (uqn == NULL) { in userquota_update_cache()
1924 uqn = kmem_zalloc(sizeof (*uqn), KM_SLEEP); in userquota_update_cache()
[all …]