Lines Matching refs:mount_point
35 const char *mount_point;
149 if (info == NULL || info->mount_point == NULL) {
160 size_t mp_len = strlen(info->mount_point);
168 memcpy(out_buf, info->mount_point, mp_len);
180 if (info->mount_point == NULL) {
192 volume = find_mounted_volume_by_mount_point(info->mount_point);
239 return mtd_mount_partition(partition, info->mount_point,
243 if (info->device == NULL || info->mount_point == NULL ||
250 mkdir(info->mount_point, 0755); // in case it doesn't already exist
251 if (mount(info->device, info->mount_point, info->filesystem,
256 } else if (mount(info->device2, info->mount_point, info->filesystem,
273 if (info->mount_point == NULL) {
287 volume = find_mounted_volume_by_mount_point(info->mount_point);
330 if (info->mount_point != NULL) {