Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h50 uint64 Root() const { return B_LENDIAN_TO_HOST_INT64(root); } in Root()
52 { return B_LENDIAN_TO_HOST_INT64(root_generation); } in RootGen()
53 uint64 ChunkRoot() const { return B_LENDIAN_TO_HOST_INT64(chunk_root); } in ChunkRoot()
55 { return B_LENDIAN_TO_HOST_INT64(chunk_root_generation); } in ChunkRootGen()
56 uint64 ExtentRoot() const { return B_LENDIAN_TO_HOST_INT64(extent_root); } in ExtentRoot()
58 { return B_LENDIAN_TO_HOST_INT64(extent_root_generation); } in ExtentRootGen()
59 uint64 FSRoot() const { return B_LENDIAN_TO_HOST_INT64(fs_root); } in FSRoot()
61 { return B_LENDIAN_TO_HOST_INT64(fs_root_generation); } in FSRootGen()
62 uint64 DeviceRoot() const { return B_LENDIAN_TO_HOST_INT64(device_root); } in DeviceRoot()
64 { return B_LENDIAN_TO_HOST_INT64(device_root_generation); } in DeviceRootGen()
[all …]
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dgpt.h50 { return B_LENDIAN_TO_HOST_INT64(absolute_block); } in AbsoluteBlock()
54 { return B_LENDIAN_TO_HOST_INT64(alternate_block); } in AlternateBlock()
58 { return B_LENDIAN_TO_HOST_INT64(first_usable_block); } in FirstUsableBlock()
62 { return B_LENDIAN_TO_HOST_INT64(last_usable_block); } in LastUsableBlock()
67 { return B_LENDIAN_TO_HOST_INT64(entries_block); } in EntriesBlock()
102 { return B_LENDIAN_TO_HOST_INT64(start_block); } in StartBlock()
106 { return B_LENDIAN_TO_HOST_INT64(end_block); } in EndBlock()
110 { return B_LENDIAN_TO_HOST_INT64(attributes); } in Attributes()
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h58 uint64 FirstBlock() const { return B_LENDIAN_TO_HOST_INT64(first_block); } in FirstBlock()
59 uint64 NumBlocks() const { return B_LENDIAN_TO_HOST_INT64(num_blocks); } in NumBlocks()
173 { return B_LENDIAN_TO_HOST_INT64(size2); } in Size()
/haiku/headers/os/support/
H A DByteOrder.h49 #define B_LENDIAN_TO_HOST_INT64(arg) (uint64)(arg) macro
83 #define B_LENDIAN_TO_HOST_INT64(arg) __swap_int64(arg) macro
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h1448 uint64 next_unique_id() const { return B_LENDIAN_TO_HOST_INT64(_next_unique_id()); } in next_unique_id()
2017 uint64 information_length() const { return B_LENDIAN_TO_HOST_INT64(_information_length); } in information_length()
2018 …uint64 logical_blocks_recorded() const { return B_LENDIAN_TO_HOST_INT64(_logical_blocks_recorded);… in logical_blocks_recorded()
2037 uint64 unique_id() const { return B_LENDIAN_TO_HOST_INT64(_unique_id); } in unique_id()
2148 uint64 information_length() const { return B_LENDIAN_TO_HOST_INT64(_information_length); } in information_length()
2149 uint64 object_size() const { return B_LENDIAN_TO_HOST_INT64(_object_size); } in object_size()
2150 …uint64 logical_blocks_recorded() const { return B_LENDIAN_TO_HOST_INT64(_logical_blocks_recorded);… in logical_blocks_recorded()
2175 uint64 unique_id() const { return B_LENDIAN_TO_HOST_INT64(_unique_id); } in unique_id()
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp1138 uint64 value = B_LENDIAN_TO_HOST_INT64(lbaRanges[i]); in ScsiUnmap()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h106 #define B_LENDIAN_TO_HOST_INT64(arg) FSSH_B_LENDIAN_TO_HOST_INT64(arg) macro
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp2690 phys_addr_t source = B_LENDIAN_TO_HOST_INT64(trb->address); in HandleTransferComplete()
2698 source = B_LENDIAN_TO_HOST_INT64(endpoint->trbs[offset].address); in HandleTransferComplete()