Home | History | Annotate | Download | only in mtdutils

Lines Matching defs:MountedVolume

26 struct MountedVolume {
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 *volume)
217 remount_read_only(const MountedVolume* volume)