Searched refs:MountedVolume (Results 1 – 5 of 5) sorted by relevance
20 struct MountedVolume { struct27 typedef struct MountedVolume MountedVolume; argument31 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);
28 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()
26 struct MountedVolume { struct34 MountedVolume *volumes; argument46 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 …]
20 typedef struct MountedVolume MountedVolume; typedef24 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);
77 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()