Searched refs:DMU_BSWAP_UINT64 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/ |
H A D | dmu.h | 64 DMU_BSWAP_UINT64, enumerator 146 DMU_OTN_UINT64_DATA = DMU_OT(DMU_BSWAP_UINT64, B_FALSE), 147 DMU_OTN_UINT64_METADATA = DMU_OT(DMU_BSWAP_UINT64, B_TRUE),
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | dmu.c | 62 { DMU_BSWAP_UINT64, TRUE, "object array" }, 64 { DMU_BSWAP_UINT64, TRUE, "packed nvlist size" }, 65 { DMU_BSWAP_UINT64, TRUE, "bpobj" }, 66 { DMU_BSWAP_UINT64, TRUE, "bpobj header" }, 67 { DMU_BSWAP_UINT64, TRUE, "SPA space map header" }, 68 { DMU_BSWAP_UINT64, TRUE, "SPA space map" }, 69 { DMU_BSWAP_UINT64, TRUE, "ZIL intent log" }, 72 { DMU_BSWAP_UINT64, TRUE, "DSL directory" }, 76 { DMU_BSWAP_UINT64, TRUE, "DSL dataset" }, 86 { DMU_BSWAP_UINT64, FALSE, "other uint64[]" }, [all …]
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu.h | 84 DMU_BSWAP_UINT64, enumerator 224 DMU_OTN_UINT64_DATA = DMU_OT(DMU_BSWAP_UINT64, B_FALSE), 225 DMU_OTN_UINT64_METADATA = DMU_OT(DMU_BSWAP_UINT64, B_TRUE),
|