Searched refs:children_dnodes (Results 1 – 1 of 1) sorted by relevance
1020 dnode_children_t *children_dnodes = dbu; in dnode_buf_evict_async() local1023 for (i = 0; i < children_dnodes->dnc_count; i++) { in dnode_buf_evict_async()1024 dnode_handle_t *dnh = &children_dnodes->dnc_children[i]; in dnode_buf_evict_async()1052 kmem_free(children_dnodes, sizeof (dnode_children_t) + in dnode_buf_evict_async()1053 children_dnodes->dnc_count * sizeof (dnode_handle_t)); in dnode_buf_evict_async()1072 dnode_children_t *children_dnodes; in dnode_hold_impl() local1133 children_dnodes = dmu_buf_get_user(&db->db); in dnode_hold_impl()1134 if (children_dnodes == NULL) { in dnode_hold_impl()1137 children_dnodes = kmem_zalloc(sizeof (dnode_children_t) + in dnode_hold_impl()1139 children_dnodes->dnc_count = epb; in dnode_hold_impl()[all …]