Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddnode.c1022 dnode_children_t *children_dnodes = dbu; in dnode_buf_evict_async() local
1025 for (i = 0; i < children_dnodes->dnc_count; i++) { in dnode_buf_evict_async()
1026 dnode_handle_t *dnh = &children_dnodes->dnc_children[i]; in dnode_buf_evict_async()
1054 kmem_free(children_dnodes, sizeof (dnode_children_t) + in dnode_buf_evict_async()
1055 children_dnodes->dnc_count * sizeof (dnode_handle_t)); in dnode_buf_evict_async()
1074 dnode_children_t *children_dnodes; in dnode_hold_impl() local
1135 children_dnodes = dmu_buf_get_user(&db->db); in dnode_hold_impl()
1136 if (children_dnodes == NULL) { in dnode_hold_impl()
1139 children_dnodes = kmem_zalloc(sizeof (dnode_children_t) + in dnode_hold_impl()
1141 children_dnodes->dnc_count = epb; in dnode_hold_impl()
[all …]