Home
last modified time | relevance | path

Searched refs:MountedVolume (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/recovery/mtdutils/
H A Dmounts.h20 struct MountedVolume { struct
27 typedef struct MountedVolume MountedVolume; argument
31 const MountedVolume *find_mounted_volume_by_device(const char *device);
33 const MountedVolume *
36 int unmount_mounted_volume(const MountedVolume *volume);
38 int remount_read_only(const MountedVolume* volume);
H A Dmounts.c28 MountedVolume *volumes;
40 free_volume_internals(const MountedVolume *volume, int zero) in free_volume_internals()
63 MountedVolume *volumes = malloc(numv * sizeof(*volumes)); in scan_mounted_volumes()
127 MountedVolume *v = in scan_mounted_volumes()
157 const MountedVolume *
163 MountedVolume *v = &g_mounts_state.volumes[i]; in find_mounted_volume_by_device()
176 const MountedVolume *
182 MountedVolume *v = &g_mounts_state.volumes[i]; in find_mounted_volume_by_mount_point()
196 unmount_mounted_volume(const MountedVolume *volume) in unmount_mounted_volume()
211 remount_read_only(const MountedVolume* volume) in remount_read_only()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/mtdutils/
H A Dmounts.c26 struct MountedVolume { struct
34 MountedVolume *volumes; argument
46 free_volume_internals(const MountedVolume *volume, int zero) in free_volume_internals()
69 MountedVolume *volumes = malloc(numv * sizeof(*volumes)); in scan_mounted_volumes()
133 MountedVolume *v = in scan_mounted_volumes()
163 const MountedVolume *
169 MountedVolume *v = &g_mounts_state.volumes[i]; in find_mounted_volume_by_device()
182 const MountedVolume *
188 MountedVolume *v = &g_mounts_state.volumes[i]; in find_mounted_volume_by_mount_point()
202 unmount_mounted_volume(const MountedVolume *volume) in unmount_mounted_volume()
[all …]
H A Dmounts.h20 typedef struct MountedVolume MountedVolume; typedef
24 const MountedVolume *find_mounted_volume_by_device(const char *device);
26 const MountedVolume *
29 int unmount_mounted_volume(const MountedVolume *volume);
31 int remount_read_only(const MountedVolume* volume);
/OK3568_Linux_fs/external/recovery/
H A Droots.c77 const MountedVolume *volume; in get_mounted_device_from_path()
211 const MountedVolume* mv = in ensure_path_mounted()
235 const MountedVolume* mv = in ensure_path_mounted()
299 const MountedVolume* mv = in ensure_ex_path_unmounted()
328 const MountedVolume* mv = in ensure_path_unmounted()