Home
last modified time | relevance | path

Searched refs:fstypes (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/fs/
H A Dfs.c159 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 Drunqemu.py30 self.fstypes = "ext4"
32 self.fstypes += " iso hddimg"
34 self.fstypes += " wic.vmdk wic.qcow2 wic.vdi"
46 """ % self.fstypes)
/openbmc/openbmc/meta-phosphor/classes/
H A Dobmc-phosphor-debug-tarball.bbclass3 # "live" image fstypes that we don't want.
/openbmc/openbmc/meta-security/classes/
H A Ddm-verity-img.bbclass190 fstypes = ""
192 return fstypes # This doesn't concern this image
194 fstypes = verity_type + ".verity"
196 fstypes += " vhash"
198 return fstypes
/openbmc/openbmc/poky/scripts/lib/wic/
H A Dengine.py225 def __init__(self, imagepath, native_sysroot, fstypes=('fat', 'ext')): argument
228 self.fstypes = fstypes
313 for fstype in self.fstypes:
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dtestimage.bbclass237 fstypes = d.getVar('IMAGE_FSTYPES').split()
239 fstypes = [fs for fs in fstypes if fs in supported_fstypes]
240 if not fstypes:
246 qfstype = fstypes[0]
H A Dimage_types.bbclass26 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 Drunqemu201 self.fstypes = ('ext2', 'ext3', 'ext4', 'jffs2', 'nfs', 'btrfs',
336 if fst not in self.fstypes + self.vmtypes + self.wictypes:
380 # Check filename against self.fstypes can handle <file>.cpio.gz,
383 for t in self.fstypes:
503 if arg in self.fstypes + self.vmtypes + self.wictypes:
677 self.fstypes = self.fstypes + self.wictypes
/openbmc/openbmc/poky/scripts/
H A Drunqemu201 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:
503 if arg in self.fstypes + self.vmtypes + self.wictypes:
677 self.fstypes = self.fstypes + self.wictypes