Home
last modified time | relevance | path

Searched refs:vol (Results 1 – 3 of 3) sorted by relevance

/fatfs-2.7.6/
Dff.c250 #define LD2PD(vol) VolToPart[vol].pd /* Get physical drive number */ argument
251 #define LD2PT(vol) VolToPart[vol].pt /* Get partition number (0:auto search, 1..:forced partition n… argument
253 #define LD2PD(vol) (BYTE)(vol) /* Each logical drive is associated with the same physical drive num… argument
254 #define LD2PT(vol) 0 /* Auto partition search */ argument
2277 int vol /* Filtered by 0:file/directory or 1:volume label */ argument
2296 if (FF_USE_LABEL && vol) {
2313 …if (b == DDEM || b == '.' || (int)((attr & ~AM_ARC) == AM_VOL) != vol) { /* An entry without valid…
2332 …if (b != DDEM && b != '.' && attr != AM_LFN && (int)((attr & ~AM_ARC) == AM_VOL) == vol) { /* Is i…
3097 int vol = -1; local
3104 if (!tp) return vol; /* Invalid path name? */
[all …]
/fatfs-2.7.6/option/
Dffsystem.c53 BYTE vol, /* Corresponding volume (logical drive number) */ in ff_cre_syncobj() argument
/fatfs-2.7.6/include/
Dff.h373 int ff_cre_syncobj (BYTE vol, FF_SYNC_t* sobj); /* Create a sync object */