Searched refs:DMU_BSWAP_UINT8 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| D | dmu.c | 91 { DMU_BSWAP_UINT8, TRUE, FALSE, "unallocated" }, 94 { DMU_BSWAP_UINT8, TRUE, FALSE, "packed nvlist" }, 110 { DMU_BSWAP_UINT8, FALSE, FALSE, "ZFS plain file" }, 114 { DMU_BSWAP_UINT8, FALSE, FALSE, "zvol object" }, 116 { DMU_BSWAP_UINT8, FALSE, FALSE, "other uint8[]" }, 120 { DMU_BSWAP_UINT8, TRUE, FALSE, "SPA history" }, 125 { DMU_BSWAP_UINT8, TRUE, FALSE, "ZFS SYSACL" }, 126 { DMU_BSWAP_UINT8, TRUE, FALSE, "FUID table" }, 135 { DMU_BSWAP_UINT8, TRUE, FALSE, "System attributes" }, 140 { DMU_BSWAP_UINT8, FALSE, FALSE, "deduplicated block" },
|
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| D | dmu.h | 87 DMU_BSWAP_UINT8, enumerator 239 DMU_OTN_UINT8_DATA = DMU_OT(DMU_BSWAP_UINT8, B_FALSE), 240 DMU_OTN_UINT8_METADATA = DMU_OT(DMU_BSWAP_UINT8, B_TRUE),
|
| /freebsd-12-stable/sys/cddl/boot/zfs/ |
| D | zfsimpl.h | 1083 DMU_BSWAP_UINT8, enumerator 1182 DMU_OTN_UINT8_DATA = DMU_OT(DMU_BSWAP_UINT8, B_FALSE), 1183 DMU_OTN_UINT8_METADATA = DMU_OT(DMU_BSWAP_UINT8, B_TRUE),
|