Home
last modified time | relevance | path

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

/u-boot/include/
A Dfs.h55 int fs_set_blk_dev(const char *ifname, const char *dev_part_str, int fstype);
234 int fstype);
236 int fstype);
238 int fstype);
240 int fstype);
242 int fstype);
244 int fstype);
246 int fstype);
248 int fstype);
255 int fstype);
A Dfpga.h45 int fstype; member
/u-boot/fs/
A Dfs.c136 int fstype; member
333 if (fstype == info->fstype) in fs_get_info()
394 if (fstype != FS_TYPE_ANY && info->fstype != FS_TYPE_ANY && in fs_set_blk_dev()
395 fstype != info->fstype) in fs_set_blk_dev()
678 int fstype) in do_size() argument
697 int fstype) in do_load() argument
776 int fstype) in do_ls() argument
793 int fstype) in file_exists() argument
802 int fstype) in do_save() argument
891 int fstype) in do_rm() argument
[all …]
/u-boot/drivers/fpga/
A Dzynqpl.c430 int fstype; in zynq_loadfs() local
438 fstype = fsinfo->fstype; in zynq_loadfs()
440 if (fs_set_blk_dev(interface, dev_part, fstype)) in zynq_loadfs()
462 if (fs_set_blk_dev(interface, dev_part, fstype)) in zynq_loadfs()
/u-boot/drivers/dfu/
A Ddfu_mmc.c102 int fstype; in mmc_file_op() local
107 fstype = FS_TYPE_FAT; in mmc_file_op()
110 fstype = FS_TYPE_EXT; in mmc_file_op()
123 ret = fs_set_blk_dev("mmc", dev_part_str, fstype); in mmc_file_op()
/u-boot/cmd/
A Dfs.c96 fstype, 4, 1, do_fstype_wrapper,
A Dfpga.c136 fpga_fsinfo.fstype = FS_TYPE_ANY; in do_fpga_loadfs()

Completed in 10 milliseconds