Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddnode.c1364 dnode_children_t *dnc = dbu; in dnode_buf_evict_async() local
1368 for (int i = 0; i < dnc->dnc_count; i++) { in dnode_buf_evict_async()
1369 dnode_handle_t *dnh = &dnc->dnc_children[i]; in dnode_buf_evict_async()
1398 kmem_free(dnc, sizeof (dnode_children_t) + in dnode_buf_evict_async()
1399 dnc->dnc_count * sizeof (dnode_handle_t)); in dnode_buf_evict_async()
1441 dnode_children_t *dnc; in dnode_hold_impl() local
1526 dnc = dmu_buf_get_user(&db->db); in dnode_hold_impl()
1528 if (dnc == NULL) { in dnode_hold_impl()
1532 dnc = kmem_zalloc(sizeof (dnode_children_t) + in dnode_hold_impl()
1534 dnc->dnc_count = epb; in dnode_hold_impl()
[all …]