Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/module/zfs/
HDdnode.c1365 dnode_children_t *dnc = dbu; in dnode_buf_evict_async() local
1369 for (int i = 0; i < dnc->dnc_count; i++) { in dnode_buf_evict_async()
1370 dnode_handle_t *dnh = &dnc->dnc_children[i]; in dnode_buf_evict_async()
1399 kmem_free(dnc, sizeof (dnode_children_t) + in dnode_buf_evict_async()
1400 dnc->dnc_count * sizeof (dnode_handle_t)); in dnode_buf_evict_async()
1442 dnode_children_t *dnc; in dnode_hold_impl() local
1527 dnc = dmu_buf_get_user(&db->db); in dnode_hold_impl()
1529 if (dnc == NULL) { in dnode_hold_impl()
1533 dnc = kmem_zalloc(sizeof (dnode_children_t) + in dnode_hold_impl()
1535 dnc->dnc_count = epb; in dnode_hold_impl()
[all …]