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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzap_leaf.h168 } zap_leaf_t; typedef in typeref:struct:zap_leaf
171 zap_leaf_phys(zap_leaf_t *l)
186 zap_leaf_t *zeh_leaf;
193 extern int zap_leaf_lookup(zap_leaf_t *l,
200 extern int zap_leaf_lookup_closest(zap_leaf_t *l,
233 extern int zap_entry_create(zap_leaf_t *l, struct zap_name *zn, uint32_t cd,
245 extern void zap_leaf_init(zap_leaf_t *l, boolean_t sort);
247 extern void zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort);
248 extern void zap_leaf_stats(struct zap *zap, zap_leaf_t *
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c44 static uint16_t *zap_leaf_rehash_entry(zap_leaf_t *l, uint16_t entry);
55 extern inline zap_leaf_phys_t *zap_leaf_phys(zap_leaf_t *l);
109 zap_leaf_t l;
162 zap_leaf_init(zap_leaf_t *l, boolean_t sort)
186 zap_leaf_chunk_alloc(zap_leaf_t *l)
203 zap_leaf_chunk_free(zap_leaf_t *l, uint16_t chunk)
223 zap_leaf_array_create(zap_leaf_t *l, const char *buf,
262 zap_leaf_array_free(zap_leaf_t *l, uint16_t *chunkp)
279 zap_leaf_array_read(zap_leaf_t *l, uint16_t chunk,
337 zap_leaf_array_match(zap_leaf_t *
[all...]
H A Dzap.c142 zap_leaf_t *l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP);
147 kmem_free(l, sizeof (zap_leaf_t));
418 zap_leaf_t *l = dbu;
421 kmem_free(l, sizeof (zap_leaf_t));
424 static zap_leaf_t *
427 zap_leaf_t *l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP);
461 * Routines for obtaining zap_leaf_t's
465 zap_put_leaf(zap_leaf_t *
[all...]
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfsimpl.c2434 fzap_name_equal(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc,
2465 fzap_leaf_value(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc)
2503 fzap_leaf_array(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc,
2561 zap_leaf_free(zap_leaf_t *leaf)
2568 zap_get_leaf_byblk(fat_zap_t *zap, uint64_t blk, zap_leaf_t **lp)
2627 zap_deref_leaf(fat_zap_t *zap, uint64_t h, zap_leaf_t **lp)
2647 zap_leaf_lookup(zap_leaf_t *zl, uint64_t hash, const char *name,
2696 zap_leaf_t *zl;
2810 zap_leaf_t zl;
2943 fzap_name_copy(const zap_leaf_t *z
[all...]
H A Dzfs.c286 zap_leaf_t zl;
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1441 * [zap_phys_t zap_ptrtbl_shift < 6] [zap_leaf_t] ...
1444 * [zap_phys_t zap_ptrtbl_shift >= 6] [zap_leaf_t] [ptrtbl] ...
1624 } zap_leaf_t; typedef in typeref:struct:zap_leaf

Completed in 279 milliseconds