Searched refs:zap_leaf_t (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | zap_leaf.h | 161 } zap_leaf_t; typedef 164 zap_leaf_phys(zap_leaf_t *l) in zap_leaf_phys() 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 *l,
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | zap_leaf.c | 42 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; in zap_leaf_byteswap() 161 zap_leaf_init(zap_leaf_t *l, boolean_t sort) in zap_leaf_init() 187 zap_leaf_chunk_alloc(zap_leaf_t *l) in zap_leaf_chunk_alloc() 206 zap_leaf_chunk_free(zap_leaf_t *l, uint16_t chunk) in zap_leaf_chunk_free() 226 zap_leaf_array_create(zap_leaf_t *l, const char *buf, in zap_leaf_array_create() 266 zap_leaf_array_free(zap_leaf_t *l, uint16_t *chunkp) in zap_leaf_array_free() 283 zap_leaf_array_read(zap_leaf_t *l, uint16_t chunk, in zap_leaf_array_read() 342 zap_leaf_array_match(zap_leaf_t *l, zap_name_t *zn, in zap_leaf_array_match() [all …]
|
H A D | zap.c | 77 zap_leaf_t *l; in fzap_upgrade() 119 l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP); in fzap_upgrade() 124 kmem_free(l, sizeof (zap_leaf_t)); in fzap_upgrade() 395 zap_leaf_t *l = dbu; in zap_leaf_evict_sync() 398 kmem_free(l, sizeof (zap_leaf_t)); in zap_leaf_evict_sync() 401 static zap_leaf_t * 405 zap_leaf_t *l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP); in zap_create_leaf() 444 zap_put_leaf(zap_leaf_t *l) in zap_put_leaf() 450 static zap_leaf_t * 453 zap_leaf_t *l, *winner; in zap_open_leaf() [all …]
|
/titanic_41/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 596 zap_leaf_t l; in zap_leaf()
|