Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dubifs_uboot.h18 int uboot_ubifs_mount(char *vol_name);
/openbmc/u-boot/cmd/
H A Dubifs.c33 ret = uboot_ubifs_mount(vol_name); in cmd_ubifs_mount()
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c2684 int uboot_ubifs_mount(char *vol_name) in uboot_ubifs_mount() function