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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h161 } zap_leaf_t; typedef in typeref:struct:zap_leaf
164 zap_leaf_phys(zap_leaf_t *l)
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 *
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c42 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;
161 zap_leaf_init(zap_leaf_t *l, boolean_t sort)
187 zap_leaf_chunk_alloc(zap_leaf_t *l)
206 zap_leaf_chunk_free(zap_leaf_t *l, uint16_t chunk)
226 zap_leaf_array_create(zap_leaf_t *l, const char *buf,
266 zap_leaf_array_free(zap_leaf_t *l, uint16_t *chunkp)
283 zap_leaf_array_read(zap_leaf_t *l, uint16_t chunk,
342 zap_leaf_array_match(zap_leaf_t *
[all...]
H A Dzap.c77 zap_leaf_t *l;
119 l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP);
124 kmem_free(l, sizeof (zap_leaf_t));
405 zap_leaf_t *l = dbu;
408 kmem_free(l, sizeof (zap_leaf_t));
411 static zap_leaf_t *
415 zap_leaf_t *l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP);
450 * Routines for obtaining zap_leaf_t's
454 zap_put_leaf(zap_leaf_t *
[all...]
/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1356 fzap_name_equal(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, const char *name)
1385 fzap_leaf_value(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc)
1435 zap_leaf_t zl;
1558 zap_leaf_t zl;
1679 fzap_name_copy(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, char *name)
1721 zap_leaf_t zl;
H A Dzfs.c292 zap_leaf_t zl;
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1203 * [zap_phys_t zap_ptrtbl_shift < 6] [zap_leaf_t] ...
1206 * [zap_phys_t zap_ptrtbl_shift >= 6] [zap_leaf_t] [ptrtbl] ...
1381 } zap_leaf_t; typedef in typeref:struct:zap_leaf
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c603 zap_leaf_t l;

Completed in 90 milliseconds