Home
last modified time | relevance | path

Searched defs:vol (Results 1 – 2 of 2) sorted by relevance

/fatfs-latest/option/
Dffsystem.c80 int vol /* Mutex ID: Volume mutex (0 to FF_VOLUMES - 1) or system mutex (FF_VOLUMES) */ in ff_mutex_create()
121 int vol /* Mutex ID: Volume mutex (0 to FF_VOLUMES - 1) or system mutex (FF_VOLUMES) */ in ff_mutex_delete()
153 int vol /* Mutex ID: Volume mutex (0 to FF_VOLUMES - 1) or system mutex (FF_VOLUMES) */ in ff_mutex_take()
186 int vol /* Mutex ID: Volume mutex (0 to FF_VOLUMES - 1) or system mutex (FF_VOLUMES) */ in ff_mutex_give()
/fatfs-latest/
Dff.c251 #define LD2PD(vol) VolToPart[vol].pd /* Get physical drive number from the mapping table */ argument
252 #define LD2PT(vol) VolToPart[vol].pt /* Get partition number from the mapping table (0:auto search,… argument
254 #define LD2PD(vol) (BYTE)(vol) /* Each logical drive is associated with the same physical drive num… argument
255 #define LD2PT(vol) 0 /* Auto partition search */ argument
2329 int vol /* Filtered by 0:file/directory or 1:volume label */
3407 int vol; local
3679 int vol; local
4271 int vol; local
5919 int vol; local