Home
last modified time | relevance | path

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

/external/u-boot/include/linux/mtd/
Dubi.h236 struct ubi_volume_desc *ubi_open_volume_path(const char *pathname, int mode);
/external/u-boot/drivers/mtd/ubi/
Dkapi.c297 struct ubi_volume_desc *ubi_open_volume_path(const char *pathname, int mode) in ubi_open_volume_path() function
324 EXPORT_SYMBOL_GPL(ubi_open_volume_path);
/external/u-boot/fs/ubifs/
Dsuper.c2157 ubi = ubi_open_volume_path(name, mode); in open_ubi()