Home
last modified time | relevance | path

Searched refs:filesystem (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/mtdutils/
Dmounts.c30 const char *filesystem; member
51 free((char *)volume->filesystem); in free_volume_internals()
95 v->filesystem = strdup(mentry->mnt_type); in scan_mounted_volumes()
158 return mount(volume->device, volume->mount_point, volume->filesystem, in remount_read_only()
Dmtdutils.h36 const char *filesystem, int read_only);
Dmtdutils.c194 const char *filesystem, int read_only) in mtd_mount_partition() argument
202 rv = mount(devname, mount_point, filesystem, flags, NULL); in mtd_mount_partition()
205 rv = mount(devname, mount_point, filesystem, flags | MS_RDONLY, 0); in mtd_mount_partition()