Home
last modified time | relevance | path

Searched defs:fstype (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/fs/
H A Dfs.c119 int fstype; member
281 static struct fstype_info *fs_get_info(int fstype) in fs_get_info()
308 int fs_set_blk_dev(const char *ifname, const char *dev_part_str, int fstype) in fs_set_blk_dev()
606 int fstype) in do_size()
625 int fstype) in do_load()
695 int fstype) in do_ls()
712 int fstype) in file_exists()
721 int fstype) in do_save()
763 int fstype) in do_fs_uuid()
810 int fstype) in do_rm()
[all …]
/openbmc/qemu/trace/
H A Dftrace.c18 static int find_mount(char *mount_point, const char *fstype) in find_mount()
/openbmc/openbmc/poky/scripts/lib/wic/plugins/source/
H A Drawcopy.py27 def do_image_label(fstype, dst, label): argument
/openbmc/u-boot/include/
H A Dfpga.h45 int fstype; member
/openbmc/qemu/tests/migration-stress/
H A Dstress.c233 static int mount_misc(const char *fstype, const char *dir) in mount_misc()
/openbmc/u-boot/drivers/dfu/
H A Ddfu_mmc.c113 int fstype; in mmc_file_op() local
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py511 def _create_partition(self, device, parttype, fstype, start, size): argument
/openbmc/u-boot/drivers/fpga/
H A Dzynqpl.c423 int fstype; in zynq_loadfs() local
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py1275 def _rawcopy_plugin(self, fstype): argument