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

/freebsd-10.3-release/sys/cddl/contrib/opensolaris/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...]
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/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;
118 l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP);
123 kmem_free(l, sizeof (zap_leaf_t));
394 zap_leaf_t *l = dbu;
397 kmem_free(l, sizeof (zap_leaf_t));
400 static zap_leaf_t *
404 zap_leaf_t *l = kmem_zalloc(sizeof (zap_leaf_t), KM_SLEEP);
439 * Routines for obtaining zap_leaf_t's
443 zap_put_leaf(zap_leaf_t *
[all...]
/freebsd-10.3-release/sys/boot/zfs/
H A Dzfsimpl.c1323 fzap_name_equal(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, const char *name)
1352 fzap_leaf_value(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc)
1402 zap_leaf_t zl;
1523 zap_leaf_t zl;
1642 fzap_name_copy(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, char *name)
1684 zap_leaf_t zl;
H A Dzfs.c291 zap_leaf_t zl;
/freebsd-10.3-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h1140 * [zap_phys_t zap_ptrtbl_shift < 6] [zap_leaf_t] ...
1143 * [zap_phys_t zap_ptrtbl_shift >= 6] [zap_leaf_t] [ptrtbl] ...
1318 } zap_leaf_t; typedef in typeref:struct:zap_leaf

Completed in 119 milliseconds