Searched refs:zap_leaf_t (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzap_leaf.h161 } zap_leaf_t; typedef in typeref:struct:zap_leaf
164 zap_leaf_phys(zap_leaf_t *l)
179 zap_leaf_t *zeh_leaf;
186 extern int zap_leaf_lookup(zap_leaf_t *l,
193 extern int zap_leaf_lookup_closest(zap_leaf_t *l,
226 extern int zap_entry_create(zap_leaf_t *l, struct zap_name *zn, uint32_t cd,
238 extern void zap_leaf_init(zap_leaf_t *l, boolean_t sort);
240 extern void zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort);
241 extern void zap_leaf_stats(struct zap *zap, zap_leaf_t *
[all...]
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzap_leaf.c42 static uint16_t *zap_leaf_rehash_entry(zap_leaf_t *l, uint16_t entry);
56 extern inline zap_leaf_phys_t *zap_leaf_phys(zap_leaf_t *l);
109 zap_leaf_t l;
161 zap_leaf_init(zap_leaf_t *l, boolean_t sort)
187 zap_leaf_chunk_alloc(zap_leaf_t *l)
206 zap_leaf_chunk_free(zap_leaf_t *l, uint16_t chunk)
226 zap_leaf_array_create(zap_leaf_t *l, const char *buf,
266 zap_leaf_array_free(zap_leaf_t *l, uint16_t *chunkp)
283 zap_leaf_array_read(zap_leaf_t *l, uint16_t chunk,
342 zap_leaf_array_match(zap_leaf_t *
[all...]
H A Dzap.c77 zap_leaf_t *l;
119 l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP);
124 kmem_free(l, sizeof (zap_leaf_t));
405 zap_leaf_t *l = dbu;
408 kmem_free(l, sizeof (zap_leaf_t));
411 static zap_leaf_t *
415 zap_leaf_t *l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP);
450 * Routines for obtaining zap_leaf_t's
454 zap_put_leaf(zap_leaf_t *
[all...]

Completed in 122 milliseconds