Home
last modified time | relevance | path

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

/u-boot/test/py/tests/test_fs/
A Dtest_ext.py36 fs_type,fs_img,md5val = fs_obj_ext
59 fs_type,fs_img,md5val = fs_obj_ext
82 fs_type,fs_img,md5val = fs_obj_ext
97 fs_type,fs_img,md5val = fs_obj_ext
130 fs_type,fs_img,md5val = fs_obj_ext
163 fs_type,fs_img,md5val = fs_obj_ext
266 % (fs_type, ADDR, i))
275 % (fs_type, i))
285 % (fs_type, ADDR, i))
308 % (fs_type, ADDR, i))
[all …]
A Dtest_mkdir.py21 fs_type,fs_img = fs_obj_mkdir
26 '%sls host 0:0 /' % fs_type])
30 '%sls host 0:0 dir1' % fs_type)
33 assert_fs_integrity(fs_type, fs_img)
40 fs_type,fs_img = fs_obj_mkdir
59 fs_type,fs_img = fs_obj_mkdir
71 fs_type,fs_img = fs_obj_mkdir
83 fs_type,fs_img = fs_obj_mkdir
96 fs_type,fs_img = fs_obj_mkdir
101 '%sls host 0:0 /' % fs_type])
[all …]
A Dtest_unlink.py22 fs_type,fs_img = fs_obj_unlink
31 '%sls host 0:0 dir1/' % fs_type)
34 assert_fs_integrity(fs_type, fs_img)
40 fs_type,fs_img = fs_obj_unlink
51 '%sls host 0:0 dir2' % fs_type)
59 fs_type,fs_img = fs_obj_unlink
71 fs_type,fs_img = fs_obj_unlink
79 '%sls host 0:0 /' % fs_type)
88 fs_type,fs_img = fs_obj_unlink
100 fs_type,fs_img = fs_obj_unlink
[all …]
A Dtest_basic.py23 fs_type,fs_img,md5val = fs_obj_basic
28 '%sls host 0:0' % fs_type])
36 if fs_type == 'ext4':
45 fs_type,fs_img,md5val = fs_obj_basic
68 fs_type,fs_img,md5val = fs_obj_basic
83 fs_type,fs_img,md5val = fs_obj_basic
102 fs_type,fs_img,md5val = fs_obj_basic
121 fs_type,fs_img,md5val = fs_obj_basic
142 fs_type,fs_img,md5val = fs_obj_basic
163 fs_type,fs_img,md5val = fs_obj_basic
[all …]
A Dconftest.py99 def fstype_to_ubname(fs_type): argument
112 if re.match('fat', fs_type):
115 return fs_type
117 def check_ubconfig(config, fs_type): argument
134 % fs_type.upper())
176 if re.match('fat', fs_type):
226 fs_type = request.param
348 fs_type = request.param
449 fs_type = request.param
480 fs_type = request.param
[all …]
A Dtest_symlink.py25 fs_type, fs_img, md5val = fs_obj_symlink
44 assert_fs_integrity(fs_type, fs_img)
50 fs_type, fs_img, md5val = fs_obj_symlink
73 assert_fs_integrity(fs_type, fs_img)
79 fs_type, fs_img, md5val = fs_obj_symlink
90 '%sload host 0:0 %x /%s' % (fs_type, ADDR, SMALL_FILE),
101 '%sload host 0:0 %x /%s' % (fs_type, ADDR, SMALL_FILE),
109 assert_fs_integrity(fs_type, fs_img)
115 fs_type, fs_img, md5val = fs_obj_symlink
126 (fs_type, ADDR))
[all …]
A Dfstest_helpers.py8 def assert_fs_integrity(fs_type, fs_img): argument
10 if fs_type == 'ext4':
/u-boot/test/py/tests/
A Dfs_helper.py12 def mk_fs(config, fs_type, size, prefix, use_src_dir=False): argument
29 if fs_type == 'fat16':
31 elif fs_type == 'fat32':
36 if re.match('fat', fs_type):
39 fs_lnxtype = fs_type
52 if fs_type == 'ext4':
/u-boot/fs/
A Dfs.c38 static int fs_type = FS_TYPE_ANY; variable
42 fs_type = type; in fs_set_type()
403 return fs_type; in fs_get_type()
416 return fs_get_info(fs_type)->name; in fs_get_type_name()
454 fs_type = info->fstype; in fs_set_blk_dev()
479 fs_type = info->fstype; in fs_set_blk_dev_with_part()
490 struct fstype_info *info = fs_get_info(fs_type); in fs_close()
494 fs_type = FS_TYPE_ANY; in fs_close()
661 info = fs_get_info(fs_type); in fs_readdir()
681 info = fs_get_info(fs_type); in fs_closedir()
[all …]
/u-boot/fs/sandbox/
A Dhost_bootdev.c33 bflow->fs_type = FS_TYPE_SANDBOX; in host_get_bootflow()
/u-boot/boot/
A Dbootmeth-uclass.c262 } else if (IS_ENABLED(CONFIG_BOOTSTD_FULL) && bflow->fs_type) { in setup_fs()
263 fs_set_type(bflow->fs_type); in setup_fs()
284 if (IS_ENABLED(CONFIG_BOOTSTD_FULL) && bflow->fs_type) in bootmeth_try_file()
285 fs_set_type(bflow->fs_type); in bootmeth_try_file()
/u-boot/include/
A Dbootflow.h91 int fs_type; member
A Dfat.h126 char fs_type[8]; /* Typically FAT12, FAT16, or FAT32 */ member
/u-boot/fs/fat/
A Dfat.c536 if (strncmp(FAT32_SIGN, vistart->fs_type, SIGNLEN) == 0) in read_bootsectandvi()
539 if (strncmp(FAT12_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()
543 if (strncmp(FAT16_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()
1160 volinfo.fs_type[5] = '\0'; in file_fat_detectfs()
1162 printf("Filesystem: %s \"%s\"\n", volinfo.fs_type, vol_label); in file_fat_detectfs()
/u-boot/fs/ubifs/
A Dsuper.c2456 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags, in ubifs_mount() argument
2486 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()

Completed in 30 milliseconds