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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h1890 uint16 strategy_type() const { return B_LENDIAN_TO_HOST_INT16(_strategy_type); }
1918 void set_strategy_type(uint16 type) { _strategy_type = B_HOST_TO_LENDIAN_INT16(type); }
1931 uint16 _strategy_type; member in struct:icb_entry_tag

Completed in 88 milliseconds