Searched refs:zap_leaf_t (Results 1 – 7 of 7) sorted by relevance
| /src/sys/contrib/openzfs/include/sys/ |
| H A D | zap_leaf.h | 169 } zap_leaf_t; typedef 172 zap_leaf_phys(zap_leaf_t *l) in zap_leaf_phys() 187 zap_leaf_t *zeh_leaf; 194 extern int zap_leaf_lookup(zap_leaf_t *l, 201 extern int zap_leaf_lookup_closest(zap_leaf_t *l, 234 extern int zap_entry_create(zap_leaf_t *l, struct zap_name *zn, uint32_t cd, 246 extern void zap_leaf_init(zap_leaf_t *l, boolean_t sort); 248 extern void zap_leaf_split(zap_leaf_t *l, zap_leaf_t *nl, boolean_t sort); 249 extern void zap_leaf_stats(struct zap *zap, zap_leaf_t *l,
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | zap_leaf.c | 45 static uint16_t *zap_leaf_rehash_entry(zap_leaf_t *l, struct zap_leaf_entry *le, 99 zap_leaf_t l; in zap_leaf_byteswap() 152 zap_leaf_init(zap_leaf_t *l, boolean_t sort) in zap_leaf_init() 176 zap_leaf_chunk_alloc(zap_leaf_t *l) in zap_leaf_chunk_alloc() 193 zap_leaf_chunk_free(zap_leaf_t *l, uint16_t chunk) in zap_leaf_chunk_free() 213 zap_leaf_array_create(zap_leaf_t *l, const char *buf, in zap_leaf_array_create() 256 zap_leaf_array_copy(zap_leaf_t *l, uint16_t chunk, zap_leaf_t *nl) in zap_leaf_array_copy() 286 zap_leaf_array_free(zap_leaf_t *l, uint16_t chunk) in zap_leaf_array_free() 313 zap_leaf_array_read(zap_leaf_t *l, uint16_t chunk, in zap_leaf_array_read() 371 zap_leaf_array_match(zap_leaf_t *l, zap_name_t *zn, in zap_leaf_array_match() [all …]
|
| H A D | zap.c | 94 static int zap_shrink(zap_name_t *zn, zap_leaf_t *l, dmu_tx_t *tx); 151 zap_leaf_t *l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP); in fzap_upgrade() 156 kmem_free(l, sizeof (zap_leaf_t)); in fzap_upgrade() 420 zap_leaf_t *l = dbu; in zap_leaf_evict_sync() 423 kmem_free(l, sizeof (zap_leaf_t)); in zap_leaf_evict_sync() 426 static zap_leaf_t * 444 zap_leaf_t *l = dmu_buf_get_user(db); in zap_create_leaf() 446 l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP); in zap_create_leaf() 483 zap_put_leaf(zap_leaf_t *l) in zap_put_leaf() 489 static zap_leaf_t * [all …]
|
| /src/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()
|
| /src/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 2565 fzap_name_equal(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, in fzap_name_equal() 2596 fzap_leaf_value(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc) in fzap_leaf_value() 2634 fzap_leaf_array(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, in fzap_leaf_array() 2692 zap_leaf_free(zap_leaf_t *leaf) in zap_leaf_free() 2699 zap_get_leaf_byblk(fat_zap_t *zap, uint64_t blk, zap_leaf_t **lp) in zap_get_leaf_byblk() 2758 zap_deref_leaf(fat_zap_t *zap, uint64_t h, zap_leaf_t **lp) in zap_deref_leaf() 2778 zap_leaf_lookup(zap_leaf_t *zl, uint64_t hash, const char *name, in zap_leaf_lookup() 2827 zap_leaf_t *zl; in fzap_lookup() 2941 zap_leaf_t zl; in fzap_list() 3074 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()
|
| /src/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 1738 } zap_leaf_t; typedef
|