/openbmc/u-boot/fs/ |
H A D | fs.c | 119 int fstype; member 162 .fstype = FS_TYPE_FAT, 189 .fstype = FS_TYPE_EXT, 211 .fstype = FS_TYPE_SANDBOX, 229 .fstype = FS_TYPE_UBIFS, 247 .fstype = FS_TYPE_BTRFS, 264 .fstype = FS_TYPE_ANY, 281 static struct fstype_info *fs_get_info(int fstype) in fs_get_info() argument 287 if (fstype == info->fstype) in fs_get_info() 308 int fs_set_blk_dev(const char *ifname, const char *dev_part_str, int fstype) in fs_set_blk_dev() argument [all …]
|
/openbmc/u-boot/include/ |
H A D | fs.h | 27 int fs_set_blk_dev(const char *ifname, const char *dev_part_str, int fstype); 181 int fstype); 183 int fstype); 185 int fstype); 187 int fstype); 189 int fstype); 191 int fstype); 193 int fstype); 200 int fstype);
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/ |
H A D | rawcopy.py | 27 def do_image_label(fstype, dst, label): argument 29 if fstype == 'none': 32 if fstype.startswith('ext'): 34 elif fstype in ('msdos', 'vfat'): 36 elif fstype == 'btrfs': 38 elif fstype == 'swap': 40 elif fstype in ('squashfs', 'erofs'): 42 "filesystem label '%s'" % (fstype, label)) 45 "Unknown fstype: '%s'" % (fstype)) 113 RawCopyPlugin.do_image_label(part.fstype, dst, part.label)
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | partition.py | 37 self.fstype = args.fstype 134 … if self.updated_fstab_path and not (self.fstype.startswith("ext") or self.fstype == "msdos"): 138 if self.fstype == "none" or self.no_table: 145 if self.fstype == "swap": 148 self.source_file = "%s/fs.%s" % (cr_workdir, self.fstype) 150 if self.fstype in ('squashfs', 'erofs'): 152 "partition '%s'" % (self.fstype, self.mountpoint)) 155 self.lineno, self.fstype) 159 prefix = "ext" if self.fstype.startswith("ext") else self.fstype 217 self.lineno, self.fstype) [all …]
|
H A D | engine.py | 289 pnum, start, end, size, fstype = line.split(':')[:5] 291 int(size[:-1]), fstype) 313 for fstype in self.fstypes: 314 if part.fstype.startswith(fstype): 317 raise WicError("Not supported fstype: {}".format(part.fstype)) 336 if self.partitions[pnum].fstype.startswith('ext'): 349 if self.partitions[pnum].fstype.startswith('ext'): 416 if self.partitions[pnum].fstype.startswith('ext'): 517 fstype = self.partitions[pnum].fstype 526 if fstype.startswith('ext') or fstype.startswith('fat') or \ [all …]
|
H A D | ksparser.py | 228 if parsed.fstype == 'squashfs': 238 if parsed.fstype == 'erofs' and parsed.label: 241 if parsed.fstype == 'msdos' or parsed.fstype == 'vfat': 249 % (confpath, lineno, parsed.fsuuid, parsed.fstype) 256 % (confpath, lineno, parsed.fsuuid, parsed.fstype)
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | umountnfs.sh | 28 while read device mountpt fstype options 30 …if test "$fstype" = nfs || test "$fstype" = smbfs || test "$fstype" = ncpfs || test "$fstype" = …
|
H A D | mountnfs.sh | 29 while read device mountpt fstype options 43 if test "$fstype" = nfs 54 if test "$fstype" = smbfs 58 if test "$fstype" = ncpfs 62 if test "$fstype" = cifs
|
/openbmc/openbmc/meta-evb/meta-evb-arm/meta-evb-fvp-base/wic/ |
H A D | emmc-fvp.wks.in | 25 part --fstype=ext4 --fixed-size 64M --source bootimg-partition --label boot-a 26 part --fstype=ext4 --fixed-size 64M --source bootimg-partition --label boot-b 27 part --fstype=ext4 --fixed-size 1G --source rootfs --label rofs-a 28 part --fstype=ext4 --fixed-size 1G --source rootfs --label rofs-b 29 part --fstype=ext4 --fixed-size 7G --label rwfs 30 #part --fstype=ext4 --fixed-size ${WKS_HOSTFW_SIZE} --source rootfs --rootfs-dir=${DEPLOY_DIR_IMAGE…
|
/openbmc/openbmc/meta-aspeed/wic/ |
H A D | emmc-aspeed.wks.in | 25 part --fstype=ext4 --fixed-size 64M --source bootimg-partition --label boot-a 26 part --fstype=ext4 --fixed-size 64M --source bootimg-partition --label boot-b 27 part --fstype=ext4 --fixed-size 1G --source rootfs --label rofs-a 28 part --fstype=ext4 --fixed-size 1G --source rootfs --label rofs-b 29 part --fstype=ext4 --fixed-size 7G --label rwfs 30 part --fstype=ext4 --fixed-size ${WKS_HOSTFW_SIZE} --source rootfs --rootfs-dir=${DEPLOY_DIR_IMAGE}…
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu | 173 self.fstype = '' 338 if not self.fstype or self.fstype == fst: 343 self.fstype = fst 345 raise RunQemuError("Conflicting: FSTYPE %s and %s" % (self.fstype, fst)) 637 if not self.fstype: 638 fstype = self.get('QB_DEFAULT_FSTYPE') 639 if fstype: 640 self.fstype = fstype 651 fstype, fsflag = fsinfo.split(':') 653 if fstype == 'wic': [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu | 173 self.fstype = '' 338 if not self.fstype or self.fstype == fst: 343 self.fstype = fst 345 raise RunQemuError("Conflicting: FSTYPE %s and %s" % (self.fstype, fst)) 637 if not self.fstype: 638 fstype = self.get('QB_DEFAULT_FSTYPE') 639 if fstype: 640 self.fstype = fstype 651 fstype, fsflag = fsinfo.split(':') 653 if fstype == 'wic': [all …]
|
/openbmc/linux/init/ |
H A D | do_mounts.c | 331 static bool __init fs_is_nodev(char *fstype) in fs_is_nodev() argument 333 struct file_system_type *fs = get_fs_type(fstype); in fs_is_nodev() 346 char *fs_names, *fstype; in mount_nodev_root() local 355 for (i = 0, fstype = fs_names; i < num_fs; in mount_nodev_root() 356 i++, fstype += strlen(fstype) + 1) { in mount_nodev_root() 357 if (!*fstype) in mount_nodev_root() 359 if (!fs_is_nodev(fstype)) in mount_nodev_root() 361 err = do_mount_root(root_device_name, fstype, root_mountflags, in mount_nodev_root()
|
/openbmc/openbmc/meta-nuvoton/wic/ |
H A D | emmc-nuvoton.wks.in | 28 part --fstype=ext4 --fixed-size ${MMC_BOOT_PARTITION_SIZE}K --source bootimg-partition --label boot… 29 part --fstype=ext4 --fixed-size ${MMC_BOOT_PARTITION_SIZE}K --source bootimg-partition --label boot… 30 part --fstype=ext4 --fixed-size ${WKS_ROFS_SIZE} --source rootfs --label rofs-a 31 part --fstype=ext4 --fixed-size ${WKS_ROFS_SIZE} --source rootfs --label rofs-b 32 part --fstype=ext4 --fixed-size ${WKS_RWFS_SIZE} --label rwfs
|
/openbmc/openbmc/poky/meta-selftest/wic/ |
H A D | test_gpt_partition_name.wks | 3 part --fstype=ext4 --part-name boot-A --label boot --size 1M --align 1024 4 part / --source rootfs --fstype=ext4 --part-name root-A --align 1024 5 part --fstype=ext4 --label ext-space --size 1M --align 1024
|
H A D | overlayfs_etc.wks.in | 2 part / --source rootfs --ondisk sda --fstype=${OVERLAYFS_ROOTFS_TYPE} --use-uuid --align 1024 3 part --ondisk sda --fstype=ext4 --size=5 --align 1024
|
/openbmc/linux/security/tomoyo/ |
H A D | mount.c | 84 struct file_system_type *fstype = NULL; in tomoyo_mount_acl() local 125 fstype = get_fs_type(type); in tomoyo_mount_acl() 126 if (!fstype) { in tomoyo_mount_acl() 130 if (fstype->fs_flags & FS_REQUIRES_DEV) in tomoyo_mount_acl() 171 if (fstype) in tomoyo_mount_acl() 172 put_filesystem(fstype); in tomoyo_mount_acl()
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/images/ |
H A D | wic-image-minimal.wks | 6 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid 7 part /media --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label uuid-… 8 part /mnt --source rootfs --rootfs-dir=wic-image-minimal --ondisk sda --fstype=ext4 --label core --…
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
H A D | direct.py | 142 line = "\t".join([device_name, part.mountpoint, part.fstype, 358 if part.fstype == 'vfat' or part.fstype == 'msdos': 364 if part.fstype == 'vfat' or part.fstype == 'msdos': 511 def _create_partition(self, device, parttype, fstype, start, size): argument 521 if fstype: 522 cmd += " %s" % fstype 591 if part.fstype == "swap": 593 elif part.fstype == "vfat": 595 elif part.fstype == "msdos": 605 if part.mountpoint == "/boot" and part.fstype in ["vfat", "msdos"] \
|
/openbmc/linux/scripts/selinux/mdp/ |
H A D | mdp.c | 154 #define FS_USE(behavior, fstype) \ in main() argument 156 behavior, fstype, mls ? ":" SYSTEMLOW : "") in main() 228 #define GENFSCON(fstype, prefix) \ in main() argument 230 fstype, prefix, mls ? ":" SYSTEMLOW : "") in main()
|
/openbmc/openbmc/poky/scripts/lib/wic/canned-wks/ |
H A D | efi-bootdisk.wks.in | 2 part /boot --source rootfs --rootfs-dir=${IMAGE_ROOTFS}/boot --fstype=vfat --label boot --active --… 3 part / --source rootfs --fstype=ext4 --label root --align 1024 --exclude-path boot/
|
/openbmc/openbmc/poky/meta/recipes-core/init-ifupdown/init-ifupdown-1.0/ |
H A D | nfsroot | 13 while read dev mtpt fstype rest; do 15 case $fstype in
|
/openbmc/openbmc/meta-arm/meta-arm/wic/ |
H A D | qemuarm.wks | 3 part /boot --ondisk=vda --align 64 --size=100M --active --source bootimg-partition --fstype=ext4 --… 4 part / --ondisk=vda --source rootfs --fstype=ext4 --…
|
H A D | qemuarm64.wks | 3 part /boot --ondisk=vda --align 64 --size=100M --active --source bootimg-partition --fstype=ext4 --… 4 part / --ondisk=vda --source rootfs --fstype=ext4 --…
|
/openbmc/openbmc/meta-openembedded/meta-oe/lib/oeqa/selftest/cases/ |
H A D | syzkaller.py | 55 self.fstype = "ext4" 69 % (self.machine, self.fstype)) 113 ….rootfs = os.path.join(self.deploy_dir_image, '%s-%s.%s' % (self.image, self.machine, self.fstype))
|