Searched defs:MountedVolume (Results 1 - 2 of 2) sorted by last modified time

/bootable/recovery/mtdutils/
H A Dmounts.c26 struct MountedVolume { struct
34 MountedVolume *volumes;
46 free_volume_internals(const MountedVolume *volume, int zero)
69 MountedVolume *volumes = malloc(numv * sizeof(*volumes));
133 MountedVolume *v =
163 const MountedVolume *
169 MountedVolume *v = &g_mounts_state.volumes[i];
182 const MountedVolume *
188 MountedVolume *v = &g_mounts_state.volumes[i];
202 unmount_mounted_volume(const MountedVolume *volum
[all...]
H A Dmounts.h24 typedef struct MountedVolume MountedVolume; typedef in typeref:struct:MountedVolume
28 const MountedVolume *find_mounted_volume_by_device(const char *device);
30 const MountedVolume *
33 int unmount_mounted_volume(const MountedVolume *volume);
35 int remount_read_only(const MountedVolume* volume);

Completed in 329 milliseconds