Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c1209 dnode_children_t *dnc = dbu; in dnode_buf_evict_async() local
1213 for (int i = 0; i < dnc->dnc_count; i++) { in dnode_buf_evict_async()
1214 dnode_handle_t *dnh = &dnc->dnc_children[i]; in dnode_buf_evict_async()
1243 kmem_free(dnc, sizeof (dnode_children_t) + in dnode_buf_evict_async()
1244 dnc->dnc_count * sizeof (dnode_handle_t)); in dnode_buf_evict_async()
1285 dnode_children_t *dnc; in dnode_hold_impl() local
1368 dnc = dmu_buf_get_user(&db->db); in dnode_hold_impl()
1370 if (dnc == NULL) { in dnode_hold_impl()
1374 dnc = kmem_zalloc(sizeof (dnode_children_t) + in dnode_hold_impl()
1376 dnc->dnc_count = epb; in dnode_hold_impl()
[all …]