Lines Matching defs:mount_volume
2803 FRESULT mount_volume ( /* FR_OK(0): successful, !=0: an error occurred */
3101 res = mount_volume(&path, &fs, 0); /* Force mounted the volume */
3299 res = mount_volume(&path, &fs, mode);
3925 res = mount_volume(&path, &fs, 0);
3979 res = mount_volume((const TCHAR**)&buff, &fs, 0); /* Get current volume */
4225 res = mount_volume(&path, &fs, 0);
4397 res = mount_volume(&path, &dj.obj.fs, 0);
4480 res = mount_volume(&path, &fs, 0);
4620 res = mount_volume(&path, &fs, FA_WRITE);
4765 res = mount_volume(&path, &fs, FA_WRITE); /* Get logical drive */
4903 res = mount_volume(&path_old, &fs, FA_WRITE); /* Get logical drive of the old object */
5058 res = mount_volume(&path, &fs, FA_WRITE); /* Get logical drive */
5120 res = mount_volume(&path, &fs, FA_WRITE); /* Get logical drive */
5161 res = mount_volume(&path, &fs, 0);
5300 res = mount_volume(&label, &fs, FA_WRITE);