Searched refs:repair (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/storage/disk_device/
H A DDiskDeviceJobGenerator.h52 bool repair);
H A DDiskDeviceJobGenerator.cpp461 // check / repair
462 bool repair = (changeFlags & B_PARTITION_CHANGED_REPAIR); local
464 || repair) {
465 status_t error = _GenerateRepairJob(partition, repair);
603 DiskDeviceJobGenerator::_GenerateRepairJob(BPartition* partition, bool repair) argument
610 return _AddJob(new(nothrow) RepairJob(reference, repair));
/haiku/headers/private/kernel/disk_device_manager/
H A Dddm_modules.h80 status_t (*repair)(int fd, partition_id partition, bool checkOnly, member in struct:partition_module_info
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h275 status_t Validate(bool repair, bool& _errorsFound);
H A DBPlusTree.cpp763 BPlusTree::Validate(bool repair, bool& _errorsFound) argument
792 // TODO: if 'repair' is true, we could collect all unvisited nodes
/haiku/headers/os/drivers/
H A Dfs_interface.h294 status_t (*repair)(int fd, partition_id partition, bool checkOnly, member in struct:file_system_module_info
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h316 fssh_status_t (*repair)(int fd, fssh_partition_id partition, bool checkOnly, member in struct:fssh_file_system_module_info

Completed in 61 milliseconds