Searched refs:mount_volume (Results 1 – 1 of 1) sorted by relevance
/fatfs-2.7.6/ |
D | ff.c | 3332 static FRESULT mount_volume ( /* FR_OK(0): successful, !=0: an error occurred */ function 3642 res = mount_volume(&path, &fs, 0); /* Force mounted the volume */ 3674 res = mount_volume(&path, &fs, mode); 4219 res = mount_volume(&path, &fs, 0); 4290 res = mount_volume((const TCHAR**)&buff, &fs, 0); /* Get current volume */ 4544 res = mount_volume(&path, &fs, 0); 4726 res = mount_volume(&path, &dj.obj.fs, 0); 4765 res = mount_volume(&path, &fs, 0); 4907 res = mount_volume(&path, &fs, FA_WRITE); 4998 res = mount_volume(&path, &fs, FA_WRITE); /* Get logical drive */ [all …]
|