Home
last modified time | relevance | path

Searched refs:flags (Results 1 – 12 of 12) sorted by relevance

/bootable/recovery/mtdutils/
Dmounts.c30 const char *flags; member
51 free((char *)volume->flags); in free_volume_internals()
119 char flags[128]; in scan_mounted_volumes() local
125 device, mount_point, filesystem, flags); in scan_mounted_volumes()
131 flags[sizeof(flags)-1] = '\0'; in scan_mounted_volumes()
138 v->flags = strdup(flags); in scan_mounted_volumes()
Dmtdutils.c192 const unsigned long flags = MS_NOATIME | MS_NODEV | MS_NODIRATIME; in mtd_mount_partition() local
198 rv = mount(devname, mount_point, filesystem, flags, NULL); in mtd_mount_partition()
201 rv = mount(devname, mount_point, filesystem, flags | MS_RDONLY, 0); in mtd_mount_partition()
/bootable/diskinstaller/
Dinstaller.conf18 flags resize,addjournal
25 flags resize,addjournal
Dinstaller.c139 process_ext2_image(const char *dst, const char *src, uint32_t flags, int test) in process_ext2_image() argument
164 if (flags & INSTALL_FLAG_RESIZE) { in process_ext2_image()
177 if (flags & INSTALL_FLAG_ADDJOURNAL) { in process_ext2_image()
204 uint32_t flags = 0; in process_image_node() local
294 flags |= INSTALL_FLAG_RESIZE; in process_image_node()
296 flags |= INSTALL_FLAG_ADDJOURNAL; in process_image_node()
342 if (flags & INSTALL_FLAG_ADDJOURNAL) { in process_image_node()
344 flags &= ~INSTALL_FLAG_ADDJOURNAL; in process_image_node()
349 if (process_ext2_image(dest_part, filename, flags, test)) in process_image_node()
/bootable/bootloader/legacy/include/boot/
Dflash.h43 unsigned flags; member
/bootable/bootloader/legacy/arch_msm7k/
Dmddi.c95 ll->flags = 1; in mddi_remote_write()
264 mlist[n].flags = 0; in mddi_init()
268 mlist[n-1].flags = 1; in mddi_init()
/bootable/diskinstaller/libdiskconfig/
Ddiskconfig.h77 uint8_t flags; member
Ddiskconfig.c108 pinfo->flags |= PART_ACTIVE_FLAG; in load_partitions()
486 part->flags & PART_ACTIVE_FLAG ? "Active" : "None"); in dump_disk_config()
Dconfig_mbr.c112 cfg_pentry(pentry, ((pinfo->flags & PART_ACTIVE_FLAG) ? in mk_pri_pentry()
/bootable/recovery/minzip/
DZip.h203 int flags, const struct utimbuf *timestamp,
DZip.c895 int flags, const struct utimbuf *timestamp, in mzExtractRecursive() argument
999 if (flags & MZ_EXTRACT_DRY_RUN) { in mzExtractRecursive()
1009 if (!(flags & MZ_EXTRACT_FILES_ONLY)) { in mzExtractRecursive()
1036 if (!(flags & MZ_EXTRACT_FILES_ONLY) && mzIsZipEntrySymlink(pEntry)) { in mzExtractRecursive()
/bootable/bootloader/legacy/include/msm7k/
Dmddi.h212 unsigned short flags; member