Searched refs:ubivol (Results 1 – 6 of 6) sorted by relevance
38 static int mount_ubifs(char *mtdpart, char *ubivol) in mount_ubifs() argument47 return cmd_ubifs_mount(ubivol); in mount_ubifs()55 static int mount_ubifs(char *mtdpart, char *ubivol) in mount_ubifs() argument84 } else if (plat->mtdpart && plat->ubivol) { in select_fs_dev()85 ret = mount_ubifs(plat->mtdpart, plat->ubivol); in select_fs_dev()245 plat->ubivol = (char *)ofnode_read_string( in fs_loader_ofdata_to_platdata()
126 if (location->ubivol != NULL) in splash_select_fs_dev()189 sprintf(cmd, "ubifsmount %s", location->ubivol); in splash_mount_ubifs()232 if (location->ubivol != NULL) in splash_load_fs()258 if (location->ubivol != NULL) in splash_load_fs()
13 - ubivol: which volume of ubi the image loading from, this property is required47 ubivol = "ubi0";
37 char *ubivol; member
48 char *ubivol; /* UBI volume-name for ubifsmount */ member
46 ubivol = "ubi0";