Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddnode.c1041 dnode_children_t *children_dnodes = dbu; in dnode_buf_evict_async()
1073 kmem_free(children_dnodes, sizeof (dnode_children_t) + in dnode_buf_evict_async()
1091 dnode_children_t *children_dnodes; in dnode_is_consumed()
1133 dnode_children_t *children_dnodes; in dnode_is_allocated()
1168 dnode_children_t *children_dnodes; in dnode_is_free()
1215 dnode_children_t *children_dnodes; in dnode_hold_impl()
1282 dnode_children_t *winner; in dnode_hold_impl()
1283 children_dnodes = kmem_zalloc(sizeof (dnode_children_t) + in dnode_hold_impl()
1299 kmem_free(children_dnodes, sizeof (dnode_children_t) + in dnode_hold_impl()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddnode.h320 } dnode_children_t; typedef