Home
last modified time | relevance | path

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

/u-boot/test/py/tests/test_fs/
A Dtest_ext.py23 fs_type,fs_img,md5val = fs_obj_ext
46 fs_type,fs_img,md5val = fs_obj_ext
69 fs_type,fs_img,md5val = fs_obj_ext
84 fs_type,fs_img,md5val = fs_obj_ext
117 fs_type,fs_img,md5val = fs_obj_ext
150 fs_type,fs_img,md5val = fs_obj_ext
253 % (fs_type, ADDR, i))
262 % (fs_type, i))
272 % (fs_type, ADDR, i))
295 % (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.py97 def fstype_to_ubname(fs_type): argument
113 return fs_type
132 % fs_type.upper())
148 if fs_type == 'fat16':
150 elif fs_type == 'fat32':
158 fs_lnxtype = fs_type
168 if fs_type == 'ext4':
258 fs_type = request.param
374 fs_type = request.param
469 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/fs/
A Dfs.c35 static int fs_type = FS_TYPE_ANY; variable
351 return fs_type; in fs_get_type()
364 return fs_get_info(fs_type)->name; in fs_get_type_name()
402 fs_type = info->fstype; in fs_set_blk_dev()
427 fs_type = info->fstype; in fs_set_blk_dev_with_part()
438 struct fstype_info *info = fs_get_info(fs_type); in fs_close()
442 fs_type = FS_TYPE_ANY; in fs_close()
447 struct fstype_info *info = fs_get_info(fs_type); in fs_uuid()
609 info = fs_get_info(fs_type); in fs_readdir()
629 info = fs_get_info(fs_type); in fs_closedir()
[all …]
/u-boot/fs/fat/
A Dfat.c539 if (strncmp(FAT32_SIGN, vistart->fs_type, SIGNLEN) == 0) in read_bootsectandvi()
542 if (strncmp(FAT12_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()
546 if (strncmp(FAT16_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()
1193 volinfo.fs_type[5] = '\0'; in file_fat_detectfs()
1195 printf("Filesystem: %s \"%s\"\n", volinfo.fs_type, vol_label); in file_fat_detectfs()
/u-boot/include/
A Dfat.h126 char fs_type[8]; /* Typically FAT12, FAT16, or FAT32 */ member
/u-boot/board/gdsys/p1022/
A Dcontrolcenterd-id.c894 const char *dev_part_str, int fs_type, in load_key_chunk() argument
903 if (fs_set_blk_dev(ifname, dev_part_str, fs_type)) in load_key_chunk()
919 if (fs_set_blk_dev(ifname, dev_part_str, fs_type)) in load_key_chunk()
/u-boot/fs/ubifs/
A Dsuper.c2451 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags, in ubifs_mount() argument
2481 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()

Completed in 28 milliseconds