Home
last modified time | relevance | path

Searched refs:cmd_ubifs_mount (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/cmd/
H A Dubifs.c22 int cmd_ubifs_mount(char *vol_name) in cmd_ubifs_mount() function
51 return cmd_ubifs_mount(vol_name); in do_ubifs_mount()
/openbmc/u-boot/include/
H A Dubi_uboot.h78 int cmd_ubifs_mount(char *vol_name);
/openbmc/u-boot/drivers/misc/
H A Dfs_loader.c47 return cmd_ubifs_mount(ubivol); in mount_ubifs()