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

12

/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskSystem.h68 virtual status_t Repair(KPartition* partition, bool checkOnly,
H A DKFileSystem.h43 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 DDiskSystemAddOn.h80 virtual status_t Repair(bool checkOnly);
H A DPartition.h100 bool CanRepair(bool checkOnly,
102 status_t Repair(bool checkOnly) const;
/haiku/src/add-ons/disk_systems/bfs/
H A DBFSAddOn.h44 virtual status_t Repair(bool checkOnly);
/haiku/src/add-ons/disk_systems/btrfs/
H A DBTRFSAddOn.cpp203 BTRFSPartitionHandle::Repair(bool checkOnly) argument
205 TRACE("BTRFSPartitionHandle::Repair(checkOnly=%d)\n", checkOnly);
H A DBTRFSAddOn.h46 virtual status_t Repair(bool checkOnly);
/haiku/src/kits/storage/disk_device/
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 DPartitionDelegate.h46 status_t Repair(bool checkOnly);
/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/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 Dddm_userland_interface.cpp594 bool checkOnly)
628 error = diskSystem->Repair(partition, checkOnly, DUMMY_JOB_ID);
593 _user_repair_partition(partition_id partitionID, int32* _changeCounter, bool checkOnly) argument
/haiku/src/tools/bfs_shell/
H A Dcommand_checkfs.cpp26 bool checkOnly = false; local
28 checkOnly = true;
38 if (!checkOnly) {
/haiku/headers/os/drivers/
H A Dfs_interface.h294 status_t (*repair)(int fd, partition_id partition, bool checkOnly,
/haiku/headers/os/interface/
H A DFont.h337 bool update_font_families(bool checkOnly);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h316 fssh_status_t (*repair)(int fd, fssh_partition_id partition, bool checkOnly,
/haiku/headers/private/system/
H A Dsyscalls.h610 int32* changeCounter, bool checkOnly);

Completed in 294 milliseconds

12