| /OK3568_Linux_fs/u-boot/fs/ |
| H A D | fs.c | 109 int fstype; member 150 .fstype = FS_TYPE_FAT, 172 .fstype = FS_TYPE_EXT, 192 .fstype = FS_TYPE_SANDBOX, 208 .fstype = FS_TYPE_UBIFS, 223 .fstype = FS_TYPE_ANY, 238 static struct fstype_info *fs_get_info(int fstype) in fs_get_info() argument 244 if (fstype == info->fstype) in fs_get_info() 252 int fs_set_blk_dev(const char *ifname, const char *dev_part_str, int fstype) in fs_set_blk_dev() argument 279 if (fstype != FS_TYPE_ANY && info->fstype != FS_TYPE_ANY && in fs_set_blk_dev() [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | partition.py | 36 self.fstype = args.fstype 131 … if self.updated_fstab_path and not (self.fstype.startswith("ext") or self.fstype == "msdos"): 135 if self.fstype == "none": 142 if self.fstype == "swap": 145 self.source_file = "%s/fs.%s" % (cr_workdir, self.fstype) 147 if self.fstype in ('squashfs', 'erofs'): 149 "partition '%s'" % (self.fstype, self.mountpoint)) 152 self.lineno, self.fstype) 156 prefix = "ext" if self.fstype.startswith("ext") else self.fstype 214 self.lineno, self.fstype) [all …]
|
| H A D | engine.py | 273 pnum, start, end, size, fstype = line.split(':')[:5] 275 int(size[:-1]), fstype) 297 for fstype in self.fstypes: 298 if part.fstype.startswith(fstype): 301 raise WicError("Not supported fstype: {}".format(part.fstype)) 320 if self.partitions[pnum].fstype.startswith('ext'): 333 if self.partitions[pnum].fstype.startswith('ext'): 400 if self.partitions[pnum].fstype.startswith('ext'): 501 fstype = self.partitions[pnum].fstype 510 if fstype.startswith('ext') or fstype.startswith('fat') or \ [all …]
|
| H A D | ksparser.py | 225 if parsed.fstype == 'squashfs': 235 if parsed.fstype == 'erofs' and parsed.label: 238 if parsed.fstype == 'msdos' or parsed.fstype == 'vfat': 246 % (confpath, lineno, parsed.fsuuid, parsed.fstype) 253 % (confpath, lineno, parsed.fsuuid, parsed.fstype)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/ |
| H A D | rawcopy.py | 25 def do_image_label(fstype, dst, label): argument 26 if fstype.startswith('ext'): 28 elif fstype in ('msdos', 'vfat'): 30 elif fstype == 'btrfs': 32 elif fstype == 'swap': 34 elif fstype in ('squashfs', 'erofs'): 36 "filesystem label '%s'" % (fstype, label)) 39 "Unknown fstype: '%s'" % (fstype)) 106 RawCopyPlugin.do_image_label(part.fstype, dst, part.label)
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | fs.h | 27 int fs_set_blk_dev(const char *ifname, const char *dev_part_str, int fstype); 162 int fstype); 164 int fstype); 166 int fstype); 168 int fstype); 170 int fstype); 177 int fstype);
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | runqemu | 170 self.fstype = '' 329 if not self.fstype or self.fstype == fst: 334 self.fstype = fst 336 raise RunQemuError("Conflicting: FSTYPE %s and %s" % (self.fstype, fst)) 617 if not self.fstype: 618 fstype = self.get('QB_DEFAULT_FSTYPE') 619 if fstype: 620 self.fstype = fstype 631 fstype, fsflag = fsinfo.split(':') 633 if fstype == 'wic': [all …]
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 141 line = "\t".join([device_name, part.mountpoint, part.fstype, 346 if part.fstype == 'vfat' or part.fstype == 'msdos': 352 if part.fstype == 'vfat' or part.fstype == 'msdos': 495 def _create_partition(self, device, parttype, fstype, start, size): argument 504 if fstype: 505 cmd += " %s" % fstype 546 if part.fstype == "swap": 548 elif part.fstype == "vfat": 550 elif part.fstype == "msdos": 560 if part.mountpoint == "/boot" and part.fstype in ["vfat", "msdos"] \
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/init/ |
| H A D | test_systemd_selinux.py | 27 def run_tests(self, fstype): argument 29 rootfs = os.path.join(self.builddir, "images", "rootfs.{}".format(fstype)) 32 kernel_cmdline=["root=/dev/vda", "rootfstype={}".format(fstype),
|
| /OK3568_Linux_fs/yocto/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 --…
|
| /OK3568_Linux_fs/buildroot/package/usbmount/ |
| H A D | 0004-usbmount-Allow-unmounting-other-mountpoints.patch | 19 while read device mountpoint fstype remainder; do 25 - in_list "$fstype" "$FILESYSTEMS"; then 26 + if in_list "$fstype" "$FILESYSTEMS"; then
|
| H A D | 0002-use-udev-environment-instead-of-blkid.patch | 53 - fstype=$FSTYPE 54 + fstype=$ID_FS_TYPE 57 if in_list "$fstype" "$FILESYSTEMS"; then 64 export UM_FILESYSTEM="$fstype"
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/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/
|
| H A D | sdimage-bootpart.wks | 5 part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align … 6 part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4
|
| H A D | mkefidisk.wks | 7 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid 9 part swap --ondisk sda --size 44 --label swap1 --fstype=swap
|
| H A D | systemd-bootdisk.wks | 7 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid 9 part swap --ondisk sda --size 44 --label swap1 --fstype=swap --use-uuid
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/wic/ |
| H A D | overlayfs_etc.wks.in | 2 part / --source rootfs --ondisk sda --fstype=ext4 --use-uuid --align 1024 3 part --ondisk sda --fstype=ext4 --size=5 --align 1024
|
| /OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/wic/ |
| H A D | edgerouter.wks | 3 part /boot --source bootimg-partition --ondisk sda --fstype=vfat --label boot --active --align 4 --… 4 part / --source rootfs --ondisk sda --fstype=ext4 --label root --align 4
|
| H A D | genericx86.wks.in | 4 part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid 5 part swap --ondisk sda --size 44 --label swap1 --fstype=swap
|
| H A D | beaglebone-yocto.wks | 5 part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --align … 6 part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4 --use-uuid
|