Home
last modified time | relevance | path

Searched refs:dnode_children_t (Results 1 – 2 of 2) 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()
1054 kmem_free(children_dnodes, sizeof (dnode_children_t) + in dnode_buf_evict_async()
1074 dnode_children_t *children_dnodes; in dnode_hold_impl()
1138 dnode_children_t *winner; in dnode_hold_impl()
1139 children_dnodes = kmem_zalloc(sizeof (dnode_children_t) + in dnode_hold_impl()
1155 kmem_free(children_dnodes, sizeof (dnode_children_t) + in dnode_hold_impl()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddnode.h265 } dnode_children_t; typedef