Lines Matching full:filesystem
36 const char *filesystem;
111 return info != NULL && info->filesystem == g_package_file;
119 if (info == NULL || info->filesystem != g_package_file) {
240 info->filesystem, 0);
244 info->filesystem == NULL ||
245 info->filesystem == g_raw ||
246 info->filesystem == g_package_file) {
251 if (mount(info->device, info->mount_point, info->filesystem,
256 } else if (mount(info->device2, info->mount_point, info->filesystem,
351 if (info->filesystem == g_raw || !strcmp(info->filesystem, "yaffs2")) {