Searched refs:zap_leaf_t (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zap_leaf.h | 168 } zap_leaf_t; typedef 171 zap_leaf_phys(zap_leaf_t *l) in zap_leaf_phys() 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/sys/contrib/openzfs/module/zfs/ |
H A D | zap_leaf.c | 44 static uint16_t *zap_leaf_rehash_entry(zap_leaf_t *l, struct zap_leaf_entry *le, 98 zap_leaf_t l; in zap_leaf_byteswap() 151 zap_leaf_init(zap_leaf_t *l, boolean_t sort) in zap_leaf_init() 175 zap_leaf_chunk_alloc(zap_leaf_t *l) in zap_leaf_chunk_alloc() 192 zap_leaf_chunk_free(zap_leaf_t *l, uint16_t chunk) in zap_leaf_chunk_free() 212 zap_leaf_array_create(zap_leaf_t *l, const char *buf, in zap_leaf_array_create() 255 zap_leaf_array_copy(zap_leaf_t *l, uint16_t chunk, zap_leaf_t *nl) in zap_leaf_array_copy() 285 zap_leaf_array_free(zap_leaf_t *l, uint16_t chunk) in zap_leaf_array_free() 312 zap_leaf_array_read(zap_leaf_t *l, uint16_t chunk, in zap_leaf_array_read() 370 zap_leaf_array_match(zap_leaf_t *l, zap_name_t *zn, in zap_leaf_array_match() [all …]
|
H A D | zap.c | 93 static int zap_shrink(zap_name_t *zn, zap_leaf_t *l, dmu_tx_t *tx); 150 zap_leaf_t *l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP); in fzap_upgrade() 155 kmem_free(l, sizeof (zap_leaf_t)); in fzap_upgrade() 419 zap_leaf_t *l = dbu; in zap_leaf_evict_sync() 422 kmem_free(l, sizeof (zap_leaf_t)); in zap_leaf_evict_sync() 425 static zap_leaf_t * 443 zap_leaf_t *l = dmu_buf_get_user(db); in zap_create_leaf() 445 l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP); in zap_create_leaf() 482 zap_put_leaf(zap_leaf_t *l) in zap_put_leaf() 488 static zap_leaf_t * [all …]
|
/freebsd/usr.sbin/makefs/zfs/ |
H A D | zap.c | 238 zap_fat_write_array_chunk(zap_leaf_t *l, uint16_t li, size_t sz, in zap_fat_write_array_chunk() 263 zap_fat_write_prefixlen(zfs_zap_t *zap, zap_leaf_t *l) in zap_fat_write_prefixlen() 317 zap_fat_write_leaf_init(zap_leaf_t *l, uint64_t prefix, int prefixlen) in zap_fat_write_leaf_init() 351 zap_leaf_t l; in zap_fat_write()
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 2432 fzap_name_equal(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, in fzap_name_equal() 2463 fzap_leaf_value(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc) in fzap_leaf_value() 2501 fzap_leaf_array(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, in fzap_leaf_array() 2559 zap_leaf_free(zap_leaf_t *leaf) in zap_leaf_free() 2566 zap_get_leaf_byblk(fat_zap_t *zap, uint64_t blk, zap_leaf_t **lp) in zap_get_leaf_byblk() 2625 zap_deref_leaf(fat_zap_t *zap, uint64_t h, zap_leaf_t **lp) in zap_deref_leaf() 2645 zap_leaf_lookup(zap_leaf_t *zl, uint64_t hash, const char *name, in zap_leaf_lookup() 2694 zap_leaf_t *zl; in fzap_lookup() 2808 zap_leaf_t zl; in fzap_list() 2941 fzap_name_copy(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, char *name) in fzap_name_copy() [all …]
|
H A D | zfs.c | 292 zap_leaf_t zl; in zfs_readdir()
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1743 } zap_leaf_t; typedef
|