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 | 159 } zap_leaf_t; typedef 162 zap_leaf_phys(zap_leaf_t *l) in zap_leaf_phys() 177 zap_leaf_t *zeh_leaf; 184 extern int zap_leaf_lookup(zap_leaf_t *l, 191 extern int zap_leaf_lookup_closest(zap_leaf_t *l, 224 extern int zap_entry_create(zap_leaf_t *l, struct zap_name *zn, uint32_t cd, 236 extern void zap_leaf_init(zap_leaf_t *l, boolean_t sort); 238 extern void zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort); 239 extern void zap_leaf_stats(struct zap *zap, zap_leaf_t *l,
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zap_fat.c | 85 static int zap_shrink(zap_name_t *zn, zap_leaf_t *l, dmu_tx_t *tx); 142 zap_leaf_t *l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP); in fzap_upgrade() 147 kmem_free(l, sizeof (zap_leaf_t)); in fzap_upgrade() 399 zap_leaf_t *l = dbu; in zap_leaf_evict_sync() 402 kmem_free(l, sizeof (zap_leaf_t)); in zap_leaf_evict_sync() 405 static zap_leaf_t * 423 zap_leaf_t *l = dmu_buf_get_user(db); in zap_create_leaf() 425 l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP); in zap_create_leaf() 462 zap_put_leaf(zap_leaf_t *l) in zap_put_leaf() 468 static zap_leaf_t * [all …]
|
| H A D | zap_leaf.c | 35 static uint16_t *zap_leaf_rehash_entry(zap_leaf_t *l, struct zap_leaf_entry *le, 89 zap_leaf_t l; in zap_leaf_byteswap() 142 zap_leaf_init(zap_leaf_t *l, boolean_t sort) in zap_leaf_init() 166 zap_leaf_chunk_alloc(zap_leaf_t *l) in zap_leaf_chunk_alloc() 183 zap_leaf_chunk_free(zap_leaf_t *l, uint16_t chunk) in zap_leaf_chunk_free() 203 zap_leaf_array_create(zap_leaf_t *l, const char *buf, in zap_leaf_array_create() 246 zap_leaf_array_copy(zap_leaf_t *l, uint16_t chunk, zap_leaf_t *nl) in zap_leaf_array_copy() 276 zap_leaf_array_free(zap_leaf_t *l, uint16_t chunk) in zap_leaf_array_free() 303 zap_leaf_array_read(zap_leaf_t *l, uint16_t chunk, in zap_leaf_array_read() 361 zap_leaf_array_match(zap_leaf_t *l, zap_name_t *zn, in zap_leaf_array_match() [all …]
|
| /freebsd/usr.sbin/makefs/zfs/ |
| H A D | zap.c | 245 zap_fat_write_array_chunk(zap_leaf_t *l, uint16_t li, size_t sz, in zap_fat_write_array_chunk() 271 zap_fat_write_prefixlen(zfs_zap_t *zap, zap_leaf_t *l) in zap_fat_write_prefixlen() 325 zap_fat_write_leaf_init(zap_leaf_t *l, uint64_t prefix, int prefixlen) in zap_fat_write_leaf_init() 359 zap_leaf_t l; in zap_fat_write()
|
| /freebsd/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 2566 fzap_name_equal(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, in fzap_name_equal() 2597 fzap_leaf_value(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc) in fzap_leaf_value() 2635 fzap_leaf_array(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, in fzap_leaf_array() 2693 zap_leaf_free(zap_leaf_t *leaf) in zap_leaf_free() 2700 zap_get_leaf_byblk(fat_zap_t *zap, uint64_t blk, zap_leaf_t **lp) in zap_get_leaf_byblk() 2759 zap_deref_leaf(fat_zap_t *zap, uint64_t h, zap_leaf_t **lp) in zap_deref_leaf() 2779 zap_leaf_lookup(zap_leaf_t *zl, uint64_t hash, const char *name, in zap_leaf_lookup() 2828 zap_leaf_t *zl; in fzap_lookup() 2942 zap_leaf_t zl; in fzap_list() 3075 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 | 294 zap_leaf_t zl; in zfs_readdir()
|
| /freebsd/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 1738 } zap_leaf_t; typedef
|