Searched refs:zap_magic (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Dzap_impl.h119 uint64_t zap_magic; /* ZAP_MAGIC */ member in struct:zap_phys
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzap.c119 zp->zap_magic = ZAP_MAGIC;
611 zap_f_phys(zap)->zap_magic != ZAP_MAGIC) {
1340 zs->zs_magic = zap_f_phys(zap)->zap_magic;
H A Dzap_micro.c415 uint64_t zap_magic = zap_hdr[1]; local
430 if (zap_block_type != ZBT_HEADER || zap_magic != ZAP_MAGIC) {
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfsimpl.h1474 uint64_t zap_magic; /* ZAP_MAGIC */ member in struct:zap_phys
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfsimpl.c2700 if (zh->zap_magic != ZAP_MAGIC)
2800 if (zh->zap_magic != ZAP_MAGIC)
2976 if (zh->zap_magic != ZAP_MAGIC)

Completed in 269 milliseconds