Searched refs:DMU_BSWAP_UINT8 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu.h | 85 DMU_BSWAP_UINT8, enumerator 251 DMU_OTN_UINT8_DATA = DMU_OT(DMU_BSWAP_UINT8, B_FALSE, B_FALSE), 252 DMU_OTN_UINT8_METADATA = DMU_OT(DMU_BSWAP_UINT8, B_TRUE, B_FALSE), 262 DMU_OTN_UINT8_ENC_DATA = DMU_OT(DMU_BSWAP_UINT8, B_FALSE, B_TRUE), 263 DMU_OTN_UINT8_ENC_METADATA = DMU_OT(DMU_BSWAP_UINT8, B_TRUE, B_TRUE),
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu.c | 88 {DMU_BSWAP_UINT8, TRUE, FALSE, FALSE, "unallocated" }, 91 {DMU_BSWAP_UINT8, TRUE, FALSE, FALSE, "packed nvlist" }, 107 {DMU_BSWAP_UINT8, FALSE, FALSE, TRUE, "ZFS plain file" }, 111 {DMU_BSWAP_UINT8, FALSE, FALSE, TRUE, "zvol object" }, 113 {DMU_BSWAP_UINT8, FALSE, FALSE, TRUE, "other uint8[]" }, 117 {DMU_BSWAP_UINT8, TRUE, FALSE, FALSE, "SPA history" }, 122 {DMU_BSWAP_UINT8, TRUE, FALSE, TRUE, "ZFS SYSACL" }, 123 {DMU_BSWAP_UINT8, TRUE, FALSE, TRUE, "FUID table" }, 132 {DMU_BSWAP_UINT8, TRUE, FALSE, TRUE, "System attributes" }, 137 {DMU_BSWAP_UINT8, FALSE, FALSE, TRUE, "deduplicated block" },
|