Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddnode.c1032 dnode_slots_hold(dnode_children_t *children, int idx, int slots) in dnode_slots_hold()
1043 dnode_slots_rele(dnode_children_t *children, int idx, int slots) in dnode_slots_rele()
1058 dnode_slots_tryenter(dnode_children_t *children, int idx, int slots) in dnode_slots_tryenter()
1124 dnode_reclaim_slots(dnode_children_t *children, int idx, int slots) in dnode_reclaim_slots()
1144 dnode_children_t *children = dmu_buf_get_user(&dn->dn_dbuf->db); in dnode_free_interior_slots()
1204 dnode_children_t *dnc = dbu; in dnode_buf_evict_async()
1238 kmem_free(dnc, sizeof (dnode_children_t) + in dnode_buf_evict_async()
1281 dnode_children_t *dnc; in dnode_hold_impl()
1369 dnode_children_t *winner; in dnode_hold_impl()
1372 dnc = kmem_zalloc(sizeof (dnode_children_t) + in dnode_hold_impl()
[all …]
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Ddnode.h404 } dnode_children_t; typedef