Searched refs:zap_magic (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/zfs/ | ||
D | zap_impl.h | 74 uint64_t zap_magic; /* ZAP_MAGIC */ member |
/external/u-boot/fs/zfs/ | ||
D | zfs.c | 881 if (zap->zap_magic != (uint64_t) ZAP_MAGIC) { in zap_verify() |