Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/
H A Dfs.c26 static int fs_type = FS_TYPE_ANY; variable
287 fs_type = info->fstype; in fs_set_blk_dev()
312 fs_type = info->fstype; in fs_set_blk_dev_with_part()
329 info = fs_get_info(fs_type); in fs_get_fstype()
341 struct fstype_info *info = fs_get_info(fs_type); in fs_close()
345 fs_type = FS_TYPE_ANY; in fs_close()
350 struct fstype_info *info = fs_get_info(fs_type); in fs_uuid()
359 struct fstype_info *info = fs_get_info(fs_type); in fs_ls()
363 fs_type = FS_TYPE_ANY; in fs_ls()
373 struct fstype_info *info = fs_get_info(fs_type); in fs_exists()
[all …]
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_fastboot.c272 const char **fs_type) in fb_get_fstype() argument
281 if (fs_get_fstype(fs_type)) in fb_get_fstype()
703 const char *fs_type = NULL; in fb_read_var() local
725 if (fb_get_fstype("mmc", part_num, &fs_type)) { in fb_read_var()
730 fs_type, NULL); in fb_read_var()
1186 const char *fs_type = NULL; in fb_getvar_all() local
1207 fs_type = NULL; in fb_getvar_all()
1209 &fs_type)) { in fb_getvar_all()
1219 fs_type, in fb_getvar_all()
/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c533 if (strncmp(FAT32_SIGN, vistart->fs_type, SIGNLEN) == 0) in read_bootsectandvi()
536 if (strncmp(FAT12_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()
540 if (strncmp(FAT16_SIGN, vistart->fs_type, SIGNLEN) == 0) { in read_bootsectandvi()
1027 volinfo.fs_type[5] = '\0'; in file_fat_detectfs()
1029 printf("Filesystem: %s \"%s\"\n", volinfo.fs_type, vol_label); in file_fat_detectfs()
/rk3399_rockchip-uboot/include/
H A Dfat.h126 char fs_type[8]; /* Typically FAT12, FAT16, or FAT32 */ member
/rk3399_rockchip-uboot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c867 const char *dev_part_str, int fs_type, in load_key_chunk() argument
876 if (fs_set_blk_dev(ifname, dev_part_str, fs_type)) in load_key_chunk()
892 if (fs_set_blk_dev(ifname, dev_part_str, fs_type)) in load_key_chunk()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dsuper.c2448 static struct dentry *ubifs_mount(struct file_system_type *fs_type, int flags, in ubifs_mount() argument
2478 sb = sget(fs_type, sb_test, sb_set, flags, c); in ubifs_mount()