Searched refs:dnode_children_t (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dnode.c | 1186 dnode_slots_hold(dnode_children_t *children, int idx, int slots) in dnode_slots_hold() 1197 dnode_slots_rele(dnode_children_t *children, int idx, int slots) in dnode_slots_rele() 1212 dnode_slots_tryenter(dnode_children_t *children, int idx, int slots) in dnode_slots_tryenter() 1233 dnode_set_slots(dnode_children_t *children, int idx, int slots, void *ptr) in dnode_set_slots() 1244 dnode_check_slots_free(dnode_children_t *children, int idx, int slots) in dnode_check_slots_free() 1278 dnode_reclaim_slots(dnode_children_t *children, int idx, int slots) in dnode_reclaim_slots() 1303 dnode_children_t *children = dmu_buf_get_user(&dn->dn_dbuf->db); in dnode_free_interior_slots() 1363 dnode_children_t *dnc = dbu; in dnode_buf_evict_async() 1397 kmem_free(dnc, sizeof (dnode_children_t) + in dnode_buf_evict_async() 1440 dnode_children_t *dnc; in dnode_hold_impl() [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | dnode.h | 399 } dnode_children_t; typedef
|