Searched refs:whileMounted (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/kits/storage/disk_device/
H A DDiskSystem.cpp78 BDiskSystem::SupportsDefragmenting(bool* whileMounted) const
82 if (whileMounted)
83 *whileMounted = false;
87 if (whileMounted) {
88 *whileMounted = IsFileSystem() && (fFlags
98 BDiskSystem::SupportsRepairing(bool checkOnly, bool* whileMounted) const
109 if (whileMounted)
110 *whileMounted = false;
114 if (whileMounted)
115 *whileMounted
[all...]
H A DPartition.cpp716 BPartition::CanDefragment(bool* whileMounted) const
719 B_DISK_SYSTEM_SUPPORTS_DEFRAGMENTING_WHILE_MOUNTED, whileMounted);
734 BPartition::CanRepair(bool checkOnly, bool* whileMounted) const
746 return _SupportsOperation(flag, whileMountedFlag, whileMounted);
761 BPartition::CanResize(bool* canResizeContents, bool* whileMounted) const
776 B_DISK_SYSTEM_SUPPORTS_RESIZING_WHILE_MOUNTED, whileMounted);
860 bool whileMounted; local
862 B_DISK_SYSTEM_SUPPORTS_MOVING_WHILE_MOUNTED, &whileMounted);
866 if (!whileMounted)
960 BPartition::CanSetContentName(bool* whileMounted) cons
[all...]
/haiku-fatelf/headers/private/storage/
H A DDiskSystem.h29 bool SupportsDefragmenting(bool* whileMounted) const;
31 bool* whileMounted) const;
32 bool SupportsResizing(bool* whileMounted) const;
34 bool SupportsMoving(bool* whileMounted) const;
40 bool* whileMounted) const;
44 bool* whileMounted) const;
H A DPartition.h95 bool CanDefragment(bool* whileMounted = NULL) const;
99 bool* whileMounted = NULL) const;
103 bool* whileMounted = NULL) const;
120 bool* whileMounted = NULL) const;
138 bool* whileMounted = NULL) const;
210 bool* whileMounted) const;
/haiku-fatelf/src/build/libhaikucompat/
H A Dsyscalls.cpp80 int32 changeCounter, bool *whileMounted)
88 int32 changeCounter, bool checkOnly, bool *whileMounted)
96 int32 changeCounter, bool *canResizeContents, bool *whileMounted)
121 int32 changeCounter, bool *whileMounted)
145 partition_id partitionID, int32 changeCounter, bool *whileMounted)
79 _kern_supports_defragmenting_partition(partition_id partitionID, int32 changeCounter, bool *whileMounted) argument
87 _kern_supports_repairing_partition(partition_id partitionID, int32 changeCounter, bool checkOnly, bool *whileMounted) argument
95 _kern_supports_resizing_partition(partition_id partitionID, int32 changeCounter, bool *canResizeContents, bool *whileMounted) argument
120 _kern_supports_setting_partition_content_name(partition_id partitionID, int32 changeCounter, bool *whileMounted) argument
144 _kern_supports_setting_partition_content_parameters( partition_id partitionID, int32 changeCounter, bool *whileMounted) argument
/haiku-fatelf/headers/build/private/kernel/
H A Dsyscalls.h316 int32 changeCounter, bool *whileMounted);
318 int32 changeCounter, bool checkOnly, bool *whileMounted);
320 int32 changeCounter, bool *canResizeContents, bool *whileMounted);
327 int32 changeCounter, bool *whileMounted);
333 partition_id partitionID, int32 changeCounter, bool *whileMounted);

Completed in 47 milliseconds