Searched refs:_checkpoint (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h2029 uint32 checkpoint() const { return B_LENDIAN_TO_HOST_INT32(_checkpoint); }
2059 void set_checkpoint(uint32 checkpoint) { _checkpoint = B_HOST_TO_LENDIAN_INT32(checkpoint); }
2106 uint32 _checkpoint; member in struct:file_icb_entry
2164 uint32 checkpoint() const { return B_LENDIAN_TO_HOST_INT32(_checkpoint); }
2198 void set_checkpoint(uint32 checkpoint) { _checkpoint = B_HOST_TO_LENDIAN_INT32(checkpoint); }
2232 uint32 _checkpoint; member in struct:extended_file_icb_entry

Completed in 71 milliseconds