Searched refs:dnode_children_t (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dnode.c | 1036 dnode_slots_hold(dnode_children_t *children, int idx, int slots) in dnode_slots_hold() 1047 dnode_slots_rele(dnode_children_t *children, int idx, int slots) in dnode_slots_rele() 1062 dnode_slots_tryenter(dnode_children_t *children, int idx, int slots) in dnode_slots_tryenter() 1083 dnode_set_slots(dnode_children_t *children, int idx, int slots, void *ptr) in dnode_set_slots() 1094 dnode_check_slots_free(dnode_children_t *children, int idx, int slots) in dnode_check_slots_free() 1128 dnode_reclaim_slots(dnode_children_t *children, int idx, int slots) in dnode_reclaim_slots() 1148 dnode_children_t *children = dmu_buf_get_user(&dn->dn_dbuf->db); in dnode_free_interior_slots() 1206 dnode_children_t *dnc = dbu; in dnode_buf_evict_async() 1240 kmem_free(dnc, sizeof (dnode_children_t) + in dnode_buf_evict_async() 1282 dnode_children_t *dnc; in dnode_hold_impl() [all …]
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dnode.h | 375 } dnode_children_t; typedef
|