Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/
H A Dfs.c109 int fstype; member
150 .fstype = FS_TYPE_FAT,
172 .fstype = FS_TYPE_EXT,
192 .fstype = FS_TYPE_SANDBOX,
208 .fstype = FS_TYPE_UBIFS,
223 .fstype = FS_TYPE_ANY,
238 static struct fstype_info *fs_get_info(int fstype) in fs_get_info() argument
244 if (fstype == info->fstype) in fs_get_info()
252 int fs_set_blk_dev(const char *ifname, const char *dev_part_str, int fstype) in fs_set_blk_dev() argument
279 if (fstype != FS_TYPE_ANY && info->fstype != FS_TYPE_ANY && in fs_set_blk_dev()
[all …]
/rk3399_rockchip-uboot/include/
H A Dfs.h27 int fs_set_blk_dev(const char *ifname, const char *dev_part_str, int fstype);
162 int fstype);
164 int fstype);
166 int fstype);
168 int fstype);
170 int fstype);
177 int fstype);
H A Dfpga.h43 int fstype; member
/rk3399_rockchip-uboot/drivers/fpga/
H A Dzynqpl.c407 int fstype; in zynq_loadfs() local
414 fstype = fsinfo->fstype; in zynq_loadfs()
416 if (fs_set_blk_dev(interface, dev_part, fstype)) in zynq_loadfs()
438 if (fs_set_blk_dev(interface, dev_part, fstype)) in zynq_loadfs()
/rk3399_rockchip-uboot/cmd/
H A Dfs.c87 fstype, 4, 1, do_fstype_wrapper,
H A Dfpga.c56 fpga_fsinfo.fstype = FS_TYPE_ANY; in do_fpga()