Home
last modified time | relevance | path

Searched refs:fs_type (Results 1 – 12 of 12) sorted by relevance

/openbmc/u-boot/test/py/tests/test_fs/
H A Dtest_ext.py22 fs_type,fs_img,md5val = fs_obj_ext
27 '%sload host 0:0 %x /%s' % (fs_type, ADDR, MIN_FILE),
29 % (fs_type, ADDR, MIN_FILE)])
35 '%sload host 0:0 %x /dir1/%s.w1' % (fs_type, ADDR, MIN_FILE),
44 fs_type,fs_img,md5val = fs_obj_ext
49 '%sload host 0:0 %x /%s' % (fs_type, ADDR, MIN_FILE),
51 % (fs_type, ADDR, MIN_FILE)])
57 '%sload host 0:0 %x dir1/%s.w2' % (fs_type, ADDR, MIN_FILE),
66 fs_type,fs_img,md5val = fs_obj_ext
71 '%sload host 0:0 %x /%s' % (fs_type, ADDR, MIN_FILE),
[all …]
H A Dtest_mkdir.py20 fs_type,fs_img = fs_obj_mkdir
24 '%smkdir host 0:0 dir1' % fs_type,
25 '%sls host 0:0 /' % fs_type])
29 '%sls host 0:0 dir1' % fs_type)
37 fs_type,fs_img = fs_obj_mkdir
41 '%smkdir host 0:0 dir1/dir2' % fs_type,
42 '%sls host 0:0 dir1' % fs_type])
46 '%sls host 0:0 dir1/dir2' % fs_type)
55 fs_type,fs_img = fs_obj_mkdir
59 '%smkdir host 0:0 none/dir3' % fs_type])
[all …]
H A Dtest_basic.py22 fs_type,fs_img,md5val = fs_obj_basic
27 '%sls host 0:0' % fs_type])
34 '%sls host 0:0 invalid_d' % fs_type)
35 if fs_type == 'ext4':
44 fs_type,fs_img,md5val = fs_obj_basic
50 '%ssize host 0:0 /%s' % (fs_type, SMALL_FILE),
58 '%ssize host 0:0 /SUBDIR/../%s' % (fs_type, SMALL_FILE),
67 fs_type,fs_img,md5val = fs_obj_basic
73 '%ssize host 0:0 /%s' % (fs_type, BIG_FILE),
82 fs_type,fs_img,md5val = fs_obj_basic
[all …]
H A Dtest_unlink.py21 fs_type,fs_img = fs_obj_unlink
25 '%srm host 0:0 dir1/file1' % fs_type,
26 '%sls host 0:0 dir1/file1' % fs_type])
30 '%sls host 0:0 dir1/' % fs_type)
38 fs_type,fs_img = fs_obj_unlink
44 '%srm host 0:0 dir2/0123456789abcdef%02x' % (fs_type, i),
45 '%sls host 0:0 dir2/0123456789abcdef%02x' % (fs_type, i)])
49 '%sls host 0:0 dir2' % fs_type)
56 fs_type,fs_img = fs_obj_unlink
60 '%srm host 0:0 dir1/nofile' % fs_type])
[all …]
H A Dconftest.py91 def fstype_to_ubname(fs_type): argument
104 if re.match('fat', fs_type):
107 return fs_type
109 def check_ubconfig(config, fs_type): argument
122 if not config.buildconfig.get('config_cmd_%s' % fs_type, None):
123 pytest.skip('.config feature "CMD_%s" not enabled' % fs_type.upper())
124 if not config.buildconfig.get('config_%s_write' % fs_type, None):
126 % fs_type.upper())
128 def mk_fs(config, fs_type, size, id): argument
139 fs_img = '%s.%s.img' % (id, fs_type)
[all …]
/openbmc/u-boot/fs/
H A Dfs.c26 static int fs_type = FS_TYPE_ANY; variable
305 return fs_get_info(fs_type)->name; in fs_get_type_name()
343 fs_type = info->fstype; in fs_set_blk_dev()
368 fs_type = info->fstype; in fs_set_blk_dev_with_part()
379 struct fstype_info *info = fs_get_info(fs_type); in fs_close()
383 fs_type = FS_TYPE_ANY; in fs_close()
388 struct fstype_info *info = fs_get_info(fs_type); in fs_uuid()
397 struct fstype_info *info = fs_get_info(fs_type); in fs_ls()
401 fs_type = FS_TYPE_ANY; in fs_ls()
411 struct fstype_info *info = fs_get_info(fs_type); in fs_exists()
[all …]
/openbmc/u-boot/fs/fat/
H A Dfat.c524 if (strncmp(FAT32_SIGN, vistart->fs_type, SIGNLEN) == 0) in read_bootsectandvi()
527 if (strncmp(FAT12_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()
531 if (strncmp(FAT16_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()
1069 volinfo.fs_type[5] = '\0'; in file_fat_detectfs()
1071 printf("Filesystem: %s \"%s\"\n", volinfo.fs_type, vol_label); in file_fat_detectfs()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-linux-syslinux-support-ext2-3-4-device.patch76 if ((errmsg = syslinux_check_bootsect(sectbuf, &fs_type))) {
/openbmc/u-boot/include/
H A Dfat.h124 char fs_type[8]; /* Typically FAT12, FAT16, or FAT32 */ member
/openbmc/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c887 const char *dev_part_str, int fs_type, in load_key_chunk() argument
896 if (fs_set_blk_dev(ifname, dev_part_str, fs_type)) in load_key_chunk()
912 if (fs_set_blk_dev(ifname, dev_part_str, fs_type)) in load_key_chunk()
/openbmc/qemu/tests/qemu-iotests/
H A Dfat16.py83 self.fs_type = data[54:62].decode("ascii").strip()
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c2447 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags, in ubifs_mount() argument
2477 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()