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

12

/haiku/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/src/bin/
H A Dcheckfs.cpp47 bool checkOnly = false; local
60 checkOnly = true;
111 bool canRepair = partition->CanRepair(checkOnly, &canRepairWhileMounted);
139 status = partition->Repair(checkOnly);
/haiku/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.h44 virtual status_t Repair(bool checkOnly);
H A DBFSAddOn.cpp233 BFSPartitionHandle::Repair(bool checkOnly) argument
249 if (!checkOnly) {
/haiku/src/add-ons/disk_systems/btrfs/
H A DBTRFSAddOn.h46 virtual status_t Repair(bool checkOnly);
H A DBTRFSAddOn.cpp203 BTRFSPartitionHandle::Repair(bool checkOnly) argument
205 TRACE("BTRFSPartitionHandle::Repair(checkOnly=%d)\n", checkOnly);
/haiku/src/tools/bfs_shell/
H A Dcommand_checkfs.cpp26 bool checkOnly = false; local
28 checkOnly = true;
38 if (!checkOnly) {
/haiku/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_modules.h80 status_t (*repair)(int fd, partition_id partition, bool checkOnly,
H A Dddm_userland_interface.h55 bool checkOnly);
/haiku/headers/private/storage/
H A DDiskSystem.h30 bool SupportsRepairing(bool checkOnly,
H A DPartition.h100 bool CanRepair(bool checkOnly,
102 status_t Repair(bool checkOnly) const;
H A DDiskSystemAddOn.h80 virtual status_t Repair(bool checkOnly);
/haiku/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.cpp155 BPartitionHandle::Repair(bool checkOnly) argument
H A DPartitionDelegate.cpp173 BPartition::Delegate::Repair(bool checkOnly) argument
178 return fPartitionHandle->Repair(checkOnly);
H A DPartition.cpp771 BPartition::CanRepair(bool checkOnly, bool* whileMounted) const argument
775 if (checkOnly) {
788 BPartition::Repair(bool checkOnly) const
793 return fDelegate->Repair(checkOnly);
/haiku/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.cpp141 KPartitioningSystem::Repair(KPartition* partition, bool checkOnly, argument
/haiku/headers/os/interface/
H A DFont.h337 bool update_font_families(bool checkOnly);

Completed in 138 milliseconds

12