Searched refs:fstypes (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/fs/ |
H A D | fs.c | 159 static struct fstype_info fstypes[] = { variable 286 for (i = 0, info = fstypes; i < ARRAY_SIZE(fstypes) - 1; i++, info++) { in fs_get_info() 316 for (i = 0, info = fstypes; i < ARRAY_SIZE(fstypes); in fs_set_blk_dev() 334 for (i = 0, info = fstypes; i < ARRAY_SIZE(fstypes); i++, info++) { in fs_set_blk_dev() 366 for (i = 0, info = fstypes; i < ARRAY_SIZE(fstypes); i++, info++) { in fs_set_blk_dev_with_part()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runqemu.py | 30 self.fstypes = "ext4" 32 self.fstypes += " iso hddimg" 34 self.fstypes += " wic.vmdk wic.qcow2 wic.vdi" 46 """ % self.fstypes)
|
/openbmc/openbmc/meta-security/classes/ |
H A D | dm-verity-img.bbclass | 186 fstypes = "" 188 return fstypes # This doesn't concern this image 190 fstypes = verity_type + ".verity" 192 fstypes += " vhash" 194 return fstypes
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | obmc-phosphor-debug-tarball.bbclass | 3 # "live" image fstypes that we don't want.
|
/openbmc/openbmc/poky/scripts/lib/wic/ |
H A D | engine.py | 225 def __init__(self, imagepath, native_sysroot, fstypes=('fat', 'ext')): argument 228 self.fstypes = fstypes 297 for fstype in self.fstypes:
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | testimage.bbclass | 235 fstypes = d.getVar('IMAGE_FSTYPES').split() 237 fstypes = [fs for fs in fstypes if fs in supported_fstypes] 238 if not fstypes: 242 qfstype = fstypes[0]
|
H A D | image_types.bbclass | 26 fstypes = set((d.getVar('IMAGE_FSTYPES') or "").split()) 27 fstypes |= set((d.getVar('IMAGE_FSTYPES_DEBUGFS') or "").split()) 31 for typestring in fstypes:
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu | 201 self.fstypes = ('ext2', 'ext3', 'ext4', 'jffs2', 'nfs', 'btrfs', 336 if fst not in self.fstypes + self.vmtypes + self.wictypes: 383 for t in self.fstypes: 500 if arg in self.fstypes + self.vmtypes + self.wictypes: 674 self.fstypes = self.fstypes + self.wictypes
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu | 201 self.fstypes = ('ext2', 'ext3', 'ext4', 'jffs2', 'nfs', 'btrfs', 336 if fst not in self.fstypes + self.vmtypes + self.wictypes: 383 for t in self.fstypes: 500 if arg in self.fstypes + self.vmtypes + self.wictypes: 674 self.fstypes = self.fstypes + self.wictypes
|