Searched refs:vol (Results 1 – 3 of 3) sorted by relevance
250 #define LD2PD(vol) VolToPart[vol].pd /* Get physical drive number */ argument251 #define LD2PT(vol) VolToPart[vol].pt /* Get partition number (0:auto search, 1..:forced partition n… argument253 #define LD2PD(vol) (BYTE)(vol) /* Each logical drive is associated with the same physical drive num… argument254 #define LD2PT(vol) 0 /* Auto partition search */ argument2277 int vol /* Filtered by 0:file/directory or 1:volume label */ argument2296 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; local3104 if (!tp) return vol; /* Invalid path name? */[all …]
53 BYTE vol, /* Corresponding volume (logical drive number) */ in ff_cre_syncobj() argument
373 int ff_cre_syncobj (BYTE vol, FF_SYNC_t* sobj); /* Create a sync object */