Lines Matching refs:vol
131 FATFS *f_getfatfs(int vol)
134 if (vol < 0 || vol >= FF_VOLUMES) {
137 fs = FatFs[vol];
415 static FRESULT FatfsCheckStart(BYTE *work, FATFS *fs, BYTE vol)
419 countBaseSect = LD2PC(vol); /* Volume Base Sectors Count */
420 startBaseSect = LD2PS(vol); /* Volume Base Start Sector */
512 FRESULT f_checkvirpart(FATFS *fs, const TCHAR *path, BYTE vol)
539 pdrv = LD2PD(vol); /* Driver index */
551 res = FatfsCheckStart(work, fs, vol);
668 FRESULT f_makevirpart(FATFS *fs, const TCHAR *path, BYTE vol)
698 pdrv = LD2PD(vol); /* Driver index */
699 countBaseSect = LD2PC(vol); /* Volume Base Sectors Count */
700 startBaseSect = LD2PS(vol); /* Volume Base Start Sector */