Searched refs:mountCount (Results 1 – 2 of 2) sorted by relevance
397 time_t &mountTime, uint16_t &mountCount) in ExecReadBlockInfo() argument431 mountCount = *reinterpret_cast<uint16_t *>(&block_buff[0x400 + 0x34]); in ExecReadBlockInfo()455 uint16_t mountCount = 0; in Execute() local456 if (devPath.empty() || (!ExecReadBlockInfo(devPath, context, mountTime, mountCount))) { in Execute()462 if (mountCount > 0) { in Execute()464 ostr << "Device was remounted R/W " << mountCount << "times\nLast remount happened on " << in Execute()
37 time_t &mountTime, uint16_t &mountCount);