Searched refs:zap_leaf_chunk_t (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zap_leaf.h | 86 ((zap_leaf_chunk_t *) \ 153 } zap_leaf_chunk_t; typedef
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | zap_leaf.h | 98 } zap_leaf_chunk_t; typedef
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.h | 208 ((zap_leaf_chunk_t *)(l->l_hash + ZAP_LEAF_HASH_NUMENTRIES(bs)))[idx]
|
/illumos-gate/usr/src/boot/libsa/zfs/ |
H A D | zfsimpl.c | 2457 fzap_name_equal(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, in fzap_name_equal() 2461 const zap_leaf_chunk_t *nc; in fzap_name_equal() 2488 fzap_leaf_value(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc) in fzap_leaf_value() 2490 const zap_leaf_chunk_t *vc; in fzap_leaf_value() 2526 fzap_leaf_array(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, in fzap_leaf_array() 2688 zap_leaf_chunk_t *zc; in zap_leaf_lookup() 2848 zap_leaf_chunk_t *zc, *nc; in fzap_list() 2964 fzap_name_copy(const zap_leaf_t *zl, const zap_leaf_chunk_t *zc, char *name) in fzap_name_copy() 2967 const zap_leaf_chunk_t *nc; in fzap_name_copy() 3021 zap_leaf_chunk_t *zc; in fzap_rlookup()
|
H A D | zfs.c | 268 zap_leaf_chunk_t *zc, *nc; in zfs_readdir()
|
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1507 ((zap_leaf_chunk_t *) \ 1571 } zap_leaf_chunk_t; typedef
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zap_leaf.c | 129 zap_leaf_chunk_t *lc = &ZAP_LEAF_CHUNK(&l, i); in zap_leaf_byteswap()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/ |
H A D | zfs.c | 840 zap_leaf_chunk_t *zlc = &ZAP_LEAF_CHUNK(&l, i); in zap_leaf()
|