OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MountedVolume
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/mtdutils/
mounts.h
24
typedef struct
MountedVolume
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);
mounts.c
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
[
all
...]
Completed in 427 milliseconds