Home
last modified time | relevance | path

Searched refs:FS_TYPE_UBIFS (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/misc/
H A Dfs_loader.c89 ret = fs_set_blk_dev("ubi", NULL, FS_TYPE_UBIFS); in select_fs_dev()
158 FS_TYPE_UBIFS); in fw_get_filesystem_firmware()
/openbmc/u-boot/include/
H A Dfs.h14 #define FS_TYPE_UBIFS 4 macro
/openbmc/u-boot/common/
H A Dsplash_source.c127 res = fs_set_blk_dev("ubi", NULL, FS_TYPE_UBIFS); in splash_select_fs_dev()
/openbmc/u-boot/fs/
H A Dfs.c229 .fstype = FS_TYPE_UBIFS,