Home
last modified time | relevance | path

Searched refs:fsuuid (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dksparser.py226 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 Dpartition.py55 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 Ddirect.py124 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 Dfs_uuid.c20 fsuuid, 4, 1, do_fs_uuid_wrapper,
H A DKconfig1559 bool "fsuuid command"
1561 Enables fsuuid command for filesystem UUID.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dima_policy25 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 Dwic-image-minimal.wks7 …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 Dbootimg-pcbios.py192 (label, part.fsuuid, bootimg, blocks)
H A Dbootimg-efi.py399 (label, part.fsuuid, bootimg, blocks)
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_policy.c75 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 Dkickstart.rst190 - ``--fsuuid``: This option is a Wic-specific option that specifies