Searched refs:fsuuid (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | ksparser.py | 226 if parsed.fsuuid: 239 if parsed.fsuuid: 240 if parsed.fsuuid.upper().startswith('0X'): 241 if len(parsed.fsuuid) > 10: 246 % (confpath, lineno, parsed.fsuuid, parsed.fstype) 248 elif len(parsed.fsuuid) > 8: 253 % (confpath, lineno, parsed.fsuuid, parsed.fstype)
|
| H A D | partition.py | 55 self.fsuuid = args.fsuuid 289 (self.fstype, extraopts, rootfs, label_str, self.fsuuid, rootfs_dir) 350 self.mkfs_extraopts, self.fsuuid, rootfs) 373 (label_str, self.fsuuid, size_str, extraopts, rootfs, 406 (extraopts, self.fsuuid, rootfs, rootfs_dir) 428 (self.fstype, extraopts, label_str, self.fsuuid, rootfs) 447 (self.fstype, self.size * 1024, label_str, self.fsuuid, 467 (label_str, self.fsuuid, extraopts, size_str, rootfs, 490 mkswap_cmd = "mkswap %s -U %s %s" % (label_str, self.fsuuid, path)
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/imager/ |
| H A D | direct.py | 124 if part.fsuuid: 126 if len(part.fsuuid) == 10: 128 (part.fsuuid[2:6], part.fsuuid[6:]) 130 device_name = "UUID=%s" % part.fsuuid 345 if not part.fsuuid: 347 part.fsuuid = '0x' + str(uuid.uuid4())[:8].upper() 349 part.fsuuid = str(uuid.uuid4()) 353 if part.fsuuid.upper().startswith("0X"): 354 part.fsuuid = '0x' + part.fsuuid.upper()[2:].rjust(8,"0") 356 part.fsuuid = '0x' + part.fsuuid.upper().rjust(8,"0")
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | fs_uuid.c | 20 fsuuid, 4, 1, do_fs_uuid_wrapper,
|
| H A D | Kconfig | 1559 bool "fsuuid command" 1561 Enables fsuuid command for filesystem UUID.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | ima_policy | 25 base: [[func=] [mask=] [fsmagic=] [fsuuid=] [uid=] 39 fsuuid:= file system UUID (e.g 8bcbe394-4f13-4144-be8e-5aa9ea2ce2f6)
|
| /OK3568_Linux_fs/yocto/poky/meta-selftest/recipes-test/images/ |
| H A D | wic-image-minimal.wks | 7 …l --ondisk sda --fstype=ext4 --label uuid-test --align 1024 --use-uuid --fsuuid 2c71ef06-a81d-4735…
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/plugins/source/ |
| H A D | bootimg-pcbios.py | 192 (label, part.fsuuid, bootimg, blocks)
|
| H A D | bootimg-efi.py | 399 (label, part.fsuuid, bootimg, blocks)
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_policy.c | 75 uuid_t fsuuid; member 527 !uuid_equal(&rule->fsuuid, &inode->i_sb->s_uuid)) in ima_match_rules() 1314 if (!uuid_is_null(&entry->fsuuid)) { in ima_parse_rule() 1319 result = uuid_parse(args[0].from, &entry->fsuuid); in ima_parse_rule() 1706 seq_printf(m, "fsuuid=%pU", &entry->fsuuid); in ima_policy_show()
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | kickstart.rst | 190 - ``--fsuuid``: This option is a Wic-specific option that specifies
|