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

/haiku/src/system/boot/loader/file_systems/hfs_plus/
H A Dhfs_plus.h43 uint32 file_count; member in struct:HFSPlus::hfs_volume_header
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h1464 uint32 file_count() const { return B_LENDIAN_TO_HOST_INT32(_accessor().file_count); } function in struct:logical_volume_integrity_descriptor
1477 void set_file_count(uint32 count) { _accessor().file_count = B_HOST_TO_LENDIAN_INT32(count); }
1486 uint32 file_count; member in struct:logical_volume_integrity_descriptor::_lvid_implementation_use_accessor
H A DUdfStructures.cpp959 PRINT(("file_count: %" B_PRIu32 "\n", file_count()));

Completed in 98 milliseconds