Lines Matching refs:Volume
22 // Load and parse volume data from /etc/recovery.fstab.
25 // Return the Volume* record for this path (or NULL).
26 Volume* volume_for_path(const char* path);
28 // Make sure that the volume 'path' is on is mounted. Returns 0 on
29 // success (volume is mounted).
32 // Make sure that the volume 'path' is on is mounted. Returns 0 on
33 // success (volume is unmounted);
36 // Reformat the given volume (must be the mount point only, eg
37 // "/cache"), no paths permitted. Attempts to unmount the volume if
39 int format_volume(const char* volume);