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

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h2013 uint16 file_link_count() const { return B_LENDIAN_TO_HOST_INT16(_file_link_count); }
2051 void set_file_link_count(uint16 count) { _file_link_count = B_HOST_TO_LENDIAN_INT16(count); }
2092 uint16 _file_link_count; member in struct:file_icb_entry
2144 uint16 file_link_count() const { return B_LENDIAN_TO_HOST_INT16(_file_link_count); }
2189 void set_file_link_count(uint16 count) { _file_link_count = B_HOST_TO_LENDIAN_INT16(count); }
2220 uint16 _file_link_count; member in struct:extended_file_icb_entry

Completed in 48 milliseconds