Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDdnode.c1159 dnode_slots_hold(dnode_children_t *children, int idx, int slots) in dnode_slots_hold()
1170 dnode_slots_rele(dnode_children_t *children, int idx, int slots) in dnode_slots_rele()
1185 dnode_slots_tryenter(dnode_children_t *children, int idx, int slots) in dnode_slots_tryenter()
1206 dnode_set_slots(dnode_children_t *children, int idx, int slots, void *ptr) in dnode_set_slots()
1217 dnode_check_slots_free(dnode_children_t *children, int idx, int slots) in dnode_check_slots_free()
1251 dnode_reclaim_slots(dnode_children_t *children, int idx, int slots) in dnode_reclaim_slots()
1271 dnode_children_t *children = dmu_buf_get_user(&dn->dn_dbuf->db); in dnode_free_interior_slots()
1331 dnode_children_t *dnc = dbu; in dnode_buf_evict_async()
1365 kmem_free(dnc, sizeof (dnode_children_t) + in dnode_buf_evict_async()
1408 dnode_children_t *dnc; in dnode_hold_impl()
[all …]
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDdnode.h413 } dnode_children_t; typedef