Searched refs:checkOnly (Results 1 - 25 of 30) sorted by relevance

12

/haiku-fatelf/src/kits/storage/disk_device/jobs/
H A DRepairJob.cpp14 RepairJob::RepairJob(PartitionReference* partition, bool checkOnly) argument
17 fCheckOnly(checkOnly)
H A DRepairJob.h18 bool checkOnly);
/haiku-fatelf/src/bin/
H A Dcheckfs.cpp43 bool checkOnly = false; local
56 checkOnly = true;
107 bool canRepair = partition->CanRepair(checkOnly, &canRepairWhileMounted);
135 status = partition->Repair(checkOnly);
/haiku-fatelf/src/tools/bfs_shell/
H A Dcommand_checkfs.cpp26 bool checkOnly = false; local
28 checkOnly = true;
38 if (!checkOnly) {
/haiku-fatelf/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.h44 virtual status_t Repair(bool checkOnly);
H A DBFSAddOn.cpp221 BFSPartitionHandle::Repair(bool checkOnly) argument
239 if (!checkOnly) {
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKFileSystem.h43 virtual status_t Repair(KPartition* partition, bool checkOnly,
H A DKDiskSystem.h68 virtual status_t Repair(KPartition* partition, bool checkOnly,
H A DKPartitioningSystem.h44 virtual status_t Repair(KPartition* partition, bool checkOnly,
H A Dddm_userland_interface.h55 bool checkOnly);
H A Dddm_modules.h80 status_t (*repair)(int fd, partition_id partition, bool checkOnly,
/haiku-fatelf/headers/private/storage/
H A DDiskSystem.h30 bool SupportsRepairing(bool checkOnly,
H A DPartition.h98 bool CanRepair(bool checkOnly,
100 status_t Repair(bool checkOnly) const;
H A DDiskSystemAddOn.h80 virtual status_t Repair(bool checkOnly);
/haiku-fatelf/src/kits/storage/disk_device/
H A DPartitionDelegate.h46 status_t Repair(bool checkOnly);
H A DDiskSystem.cpp98 BDiskSystem::SupportsRepairing(bool checkOnly, bool* whileMounted) const argument
103 if (checkOnly) {
H A DDiskSystemAddOn.cpp175 BPartitionHandle::Repair(bool checkOnly) argument
H A DPartitionDelegate.cpp173 BPartition::Delegate::Repair(bool checkOnly) argument
178 return fPartitionHandle->Repair(checkOnly);
H A DPartition.cpp734 BPartition::CanRepair(bool checkOnly, bool* whileMounted) const argument
738 if (checkOnly) {
751 BPartition::Repair(bool checkOnly) const
756 return fDelegate->Repair(checkOnly);
/haiku-fatelf/src/build/libhaikucompat/
H A Dsyscalls.cpp88 int32 changeCounter, bool checkOnly, bool *whileMounted)
305 bool checkOnly)
87 _kern_supports_repairing_partition(partition_id partitionID, int32 changeCounter, bool checkOnly, bool *whileMounted) argument
304 _kern_repair_partition(partition_id partitionID, int32 changeCounter, bool checkOnly) argument
/haiku-fatelf/headers/build/private/kernel/
H A Dsyscalls.h318 int32 changeCounter, bool checkOnly, bool *whileMounted);
378 bool checkOnly);
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp224 KDiskSystem::Repair(KPartition* partition, bool checkOnly, disk_job_id job) argument
H A DKFileSystem.cpp119 KFileSystem::Repair(KPartition* partition, bool checkOnly, disk_job_id job) argument
H A DKPartitioningSystem.cpp136 KPartitioningSystem::Repair(KPartition* partition, bool checkOnly, argument
/haiku-fatelf/headers/os/interface/
H A DFont.h318 bool update_font_families(bool checkOnly);

Completed in 116 milliseconds

12