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

/haiku/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.cpp753 BPartition::CanDefragment(bool* whileMounted) const
756 B_DISK_SYSTEM_SUPPORTS_DEFRAGMENTING_WHILE_MOUNTED, whileMounted);
771 BPartition::CanRepair(bool checkOnly, bool* whileMounted) const
783 return _SupportsOperation(flag, whileMountedFlag, whileMounted);
798 BPartition::CanResize(bool* canResizeContents, bool* whileMounted) const
813 B_DISK_SYSTEM_SUPPORTS_RESIZING_WHILE_MOUNTED, whileMounted);
897 bool whileMounted; local
899 B_DISK_SYSTEM_SUPPORTS_MOVING_WHILE_MOUNTED, &whileMounted);
903 if (!whileMounted)
997 BPartition::CanSetContentName(bool* whileMounted) cons
[all...]
/haiku/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.h97 bool CanDefragment(bool* whileMounted = NULL) const;
101 bool* whileMounted = NULL) const;
105 bool* whileMounted = NULL) const;
122 bool* whileMounted = NULL) const;
140 bool* whileMounted = NULL) const;
212 bool* whileMounted) const;

Completed in 45 milliseconds