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.cpp128 int32 write_count; member in struct:__anon6::Port
143 write_count(queueLength),
301 fWriteCount(portRef->write_count),
372 fWriteCount(portRef->write_count),
528 port->capacity, port->read_count, port->write_count,
545 kprintf(" write_count: %" B_PRId32 "\n", port->write_count);
1176 if (portRef->write_count > 0)
1516 portRef->write_count++;
1592 if (portRef->write_count <
[all...]

Completed in 91 milliseconds