Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c955 dnode_children_t *children_dnodes = arg; in dnode_buf_pageout()
990 kmem_free(children_dnodes, sizeof (dnode_children_t) + in dnode_buf_pageout()
1010 dnode_children_t *children_dnodes; in dnode_hold_impl()
1074 dnode_children_t *winner; in dnode_hold_impl()
1075 children_dnodes = kmem_alloc(sizeof (dnode_children_t) + in dnode_hold_impl()
1085 kmem_free(children_dnodes, sizeof (dnode_children_t) + in dnode_hold_impl()
/onnv-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h246 } dnode_children_t; typedef