Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/
H A Dfs.c147 static struct fstype_info fstypes[] = { variable
243 for (i = 0, info = fstypes; i < ARRAY_SIZE(fstypes) - 1; i++, info++) { in fs_get_info()
260 for (i = 0, info = fstypes; i < ARRAY_SIZE(fstypes); in fs_set_blk_dev()
278 for (i = 0, info = fstypes; i < ARRAY_SIZE(fstypes); i++, info++) { in fs_set_blk_dev()
310 for (i = 0, info = fstypes; i < ARRAY_SIZE(fstypes); i++, info++) { in fs_set_blk_dev_with_part()
/OK3568_Linux_fs/yocto/poky/scripts/lib/wic/
H A Dengine.py225 def __init__(self, imagepath, native_sysroot, fstypes=('fat', 'ext')): argument
228 self.fstypes = fstypes
297 for fstype in self.fstypes:
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Drunqemu.py26 self.fstypes = "ext4 iso hddimg wic.vmdk wic.qcow2 wic.vdi"
40 % (self.machine, self.fstypes)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dtestimage.bbclass259 fstypes = d.getVar('IMAGE_FSTYPES').split()
261 fstypes = [fs for fs in fstypes if fs in supported_fstypes]
262 if not fstypes:
266 qfstype = fstypes[0]
H A Dimage_types.bbclass20 fstypes = set((d.getVar('IMAGE_FSTYPES') or "").split())
21 fstypes |= set((d.getVar('IMAGE_FSTYPES_DEBUGFS') or "").split())
25 for typestring in fstypes:
/OK3568_Linux_fs/yocto/poky/scripts/
H A Drunqemu197 self.fstypes = ('ext2', 'ext3', 'ext4', 'jffs2', 'nfs', 'btrfs',
327 if fst not in self.fstypes + self.vmtypes + self.wictypes:
374 for t in self.fstypes:
492 if arg in self.fstypes + self.vmtypes + self.wictypes:
654 self.fstypes = self.fstypes + self.wictypes
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map