Home
last modified time | relevance | path

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

/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdnode.c994 dnode_children_t *children_dnodes = arg; in dnode_buf_pageout()
1029 kmem_free(children_dnodes, sizeof (dnode_children_t) + in dnode_buf_pageout()
1049 dnode_children_t *children_dnodes; in dnode_hold_impl()
1113 dnode_children_t *winner; in dnode_hold_impl()
1114 children_dnodes = kmem_zalloc(sizeof (dnode_children_t) + in dnode_hold_impl()
1129 kmem_free(children_dnodes, sizeof (dnode_children_t) + in dnode_hold_impl()
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDdnode.h260 } dnode_children_t; typedef