Searched refs:flags (Results 1 – 12 of 12) sorted by relevance
/bootable/recovery/mtdutils/ |
D | mounts.c | 30 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()
|
D | mtdutils.c | 192 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/ |
D | installer.conf | 18 flags resize,addjournal 25 flags resize,addjournal
|
D | installer.c | 139 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/ |
D | flash.h | 43 unsigned flags; member
|
/bootable/bootloader/legacy/arch_msm7k/ |
D | mddi.c | 95 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/ |
D | diskconfig.h | 77 uint8_t flags; member
|
D | diskconfig.c | 108 pinfo->flags |= PART_ACTIVE_FLAG; in load_partitions() 486 part->flags & PART_ACTIVE_FLAG ? "Active" : "None"); in dump_disk_config()
|
D | config_mbr.c | 112 cfg_pentry(pentry, ((pinfo->flags & PART_ACTIVE_FLAG) ? in mk_pri_pentry()
|
/bootable/recovery/minzip/ |
D | Zip.h | 203 int flags, const struct utimbuf *timestamp,
|
D | Zip.c | 895 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/ |
D | mddi.h | 212 unsigned short flags; member
|