Home
last modified time | relevance | path

Searched refs:zap_type (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/boot/zfs/
HDzfsimpl.c1455 uint64_t zap_type; in zap_lookup() local
1462 zap_type = *(uint64_t *) zap_scratch; in zap_lookup()
1463 if (zap_type == ZBT_MICRO) in zap_lookup()
1465 else if (zap_type == ZBT_HEADER) in zap_lookup()
1467 printf("ZFS: invalid zap_type=%d\n", (int)zap_type); in zap_lookup()
1590 uint64_t zap_type; in zap_list() local
1596 zap_type = *(uint64_t *) zap_scratch; in zap_list()
1597 if (zap_type == ZBT_MICRO) in zap_list()
1718 uint64_t zap_type; in zap_rlookup() local
1725 zap_type = *(uint64_t *) zap_scratch; in zap_rlookup()
[all …]