Searched refs:dnode_children_t (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dnode.c | 1189 dnode_slots_hold(dnode_children_t *children, int idx, int slots) in dnode_slots_hold() 1200 dnode_slots_rele(dnode_children_t *children, int idx, int slots) in dnode_slots_rele() 1215 dnode_slots_tryenter(dnode_children_t *children, int idx, int slots) in dnode_slots_tryenter() 1236 dnode_set_slots(dnode_children_t *children, int idx, int slots, void *ptr) in dnode_set_slots() 1247 dnode_check_slots_free(dnode_children_t *children, int idx, int slots) in dnode_check_slots_free() 1281 dnode_reclaim_slots(dnode_children_t *children, int idx, int slots) in dnode_reclaim_slots() 1306 dnode_children_t *children = dmu_buf_get_user(&dn->dn_dbuf->db); in dnode_free_interior_slots() 1366 dnode_children_t *dnc = dbu; in dnode_buf_evict_async() 1400 kmem_free(dnc, sizeof (dnode_children_t) + in dnode_buf_evict_async() 1443 dnode_children_t *dnc; in dnode_hold_impl() [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | dnode.h | 409 } dnode_children_t; typedef
|