Searched refs:zap (Results 1 – 3 of 3) sorted by relevance
58 #define ZAP_EMBEDDED_PTRTBL_SHIFT(zap) (FZAP_BLOCK_SHIFT(zap) - 3 - 1) argument65 #define ZAP_EMBEDDED_PTRTBL_ENT(zap, idx) \ argument66 ((uint64_t *)(zap)->zap_f.zap_phys) \67 [(idx) + (1<<ZAP_EMBEDDED_PTRTBL_SHIFT(zap))]
880 zap_verify(zap_phys_t *zap) in zap_verify() argument882 if (zap->zap_magic != (uint64_t) ZAP_MAGIC) { in zap_verify()887 if (zap->zap_flags != 0) { in zap_verify()892 if (zap->zap_salt == 0) { in zap_verify()906 fzap_lookup(dnode_end_t *zap_dnode, zap_phys_t *zap, in fzap_lookup() argument916 err = zap_verify(zap); in fzap_lookup()920 hash = zap_hash(zap->zap_salt, name); in fzap_lookup()923 if (zap->zap_ptrtbl.zt_numblks != 0) { in fzap_lookup()927 idx = ZAP_HASH_IDX(hash, zap->zap_ptrtbl.zt_shift); in fzap_lookup()928 blkid = ((uint64_t *) zap)[idx + (1 << (blksft - 3 - 1))]; in fzap_lookup()[all …]
1689 zap-slash=$(filter-out .,$(patsubst %/,%,$(dir $@)))1690 build-dir = $(KBUILD_EXTMOD)$(if $(zap-slash),/$(zap-slash))