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); }
52 { return B_LENDIAN_TO_HOST_INT64(root_generation); }
53 uint64 ChunkRoot() const { return B_LENDIAN_TO_HOST_INT64(chunk_root); }
55 { return B_LENDIAN_TO_HOST_INT64(chunk_root_generation); }
56 uint64 ExtentRoot() const { return B_LENDIAN_TO_HOST_INT64(extent_root); }
58 { return B_LENDIAN_TO_HOST_INT64(extent_root_generation); }
59 uint64 FSRoot() const { return B_LENDIAN_TO_HOST_INT64(fs_root); }
61 { return B_LENDIAN_TO_HOST_INT64(fs_root_generation); }
62 uint64 DeviceRoot() const { return B_LENDIAN_TO_HOST_INT64(device_root); }
64 { return B_LENDIAN_TO_HOST_INT64(device_root_generatio
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dgpt.h50 { return B_LENDIAN_TO_HOST_INT64(absolute_block); }
54 { return B_LENDIAN_TO_HOST_INT64(alternate_block); }
58 { return B_LENDIAN_TO_HOST_INT64(first_usable_block); }
62 { return B_LENDIAN_TO_HOST_INT64(last_usable_block); }
67 { return B_LENDIAN_TO_HOST_INT64(entries_block); }
102 { return B_LENDIAN_TO_HOST_INT64(start_block); }
106 { return B_LENDIAN_TO_HOST_INT64(end_block); }
110 { return B_LENDIAN_TO_HOST_INT64(attributes); }
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h58 uint64 FirstBlock() const { return B_LENDIAN_TO_HOST_INT64(first_block); }
59 uint64 NumBlocks() const { return B_LENDIAN_TO_HOST_INT64(num_blocks); }
173 { return B_LENDIAN_TO_HOST_INT64(size2); }
/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()); }
2017 uint64 information_length() const { return B_LENDIAN_TO_HOST_INT64(_information_length); }
2018 uint64 logical_blocks_recorded() const { return B_LENDIAN_TO_HOST_INT64(_logical_blocks_recorded); }
2037 uint64 unique_id() const { return B_LENDIAN_TO_HOST_INT64(_unique_id); }
2148 uint64 information_length() const { return B_LENDIAN_TO_HOST_INT64(_information_length); }
2149 uint64 object_size() const { return B_LENDIAN_TO_HOST_INT64(_object_size); }
2150 uint64 logical_blocks_recorded() const { return B_LENDIAN_TO_HOST_INT64(_logical_blocks_recorded); }
2175 uint64 unique_id() const { return B_LENDIAN_TO_HOST_INT64(_unique_id); }
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp1138 uint64 value = B_LENDIAN_TO_HOST_INT64(lbaRanges[i]);
/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.cpp2682 phys_addr_t source = B_LENDIAN_TO_HOST_INT64(trb->address);
2690 source = B_LENDIAN_TO_HOST_INT64(endpoint->trbs[offset].address);

Completed in 289 milliseconds