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

/haiku/src/system/boot/loader/file_systems/hfs_plus/
H A Dhfs_plus.h55 uint32 write_count; member in struct:HFSPlus::hfs_volume_header
/haiku/src/system/kernel/
H A Dport.cpp129 int32 write_count; member in struct:__anon15::Port
144 write_count(queueLength),
302 fWriteCount(portRef->write_count),
373 fWriteCount(portRef->write_count),
529 port->capacity, port->read_count, port->write_count,
546 kprintf(" write_count: %" B_PRId32 "\n", port->write_count);
1177 if (portRef->write_count > 0)
1517 portRef->write_count++;
1593 if (portRef->write_count <
[all...]

Completed in 35 milliseconds