Searched refs:zap (Results 1 - 3 of 3) sorted by relevance

/u-boot/include/zfs/
H A Dzap_impl.h37 * The (fat) zap is stored in one object. It is an array of
57 #define ZAP_EMBEDDED_PTRTBL_SHIFT(zap) (FZAP_BLOCK_SHIFT(zap) - 3 - 1)
62 * word number (1<<ZAP_EMBEDDED_PTRTBL_SHIFT(zap)).
64 #define ZAP_EMBEDDED_PTRTBL_ENT(zap, idx) \
65 ((uint64_t *)(zap)->zap_f.zap_phys) \
66 [(idx) + (1<<ZAP_EMBEDDED_PTRTBL_SHIFT(zap))]
/u-boot/fs/zfs/
H A Dzfs.c812 * Given a zap_leaf_phys_t, walk thru the zap leaf chunks to get the
878 /* Verify if this is a fat zap header block */
880 zap_verify(zap_phys_t *zap) argument
882 if (zap->zap_magic != (uint64_t) ZAP_MAGIC) {
887 if (zap->zap_flags != 0) {
892 if (zap->zap_salt == 0) {
906 fzap_lookup(dnode_end_t *zap_dnode, zap_phys_t *zap, argument
916 err = zap_verify(zap);
920 hash = zap_hash(zap->zap_salt, name);
923 if (zap
946 fzap_iterate(dnode_end_t *zap_dnode, zap_phys_t *zap, int (*hook)(const char *name, uint64_t val, struct zfs_data *data), struct zfs_data *data) argument
[all...]
/u-boot/
H A DMakefile2448 zap-slash=$(filter-out .,$(patsubst %/,%,$(dir $@)))
2449 build-dir = $(KBUILD_EXTMOD)$(if $(zap-slash),/$(zap-slash))

Completed in 55 milliseconds