Searched refs:FR_TIMEOUT (Results 1 – 3 of 3) sorted by relevance
271 FR_TIMEOUT, /* (15) Could not get a grant to access the volume within defined period */ enumerator
920 if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) { in unlock_fs()3238 if (!lock_fs(fs)) return FR_TIMEOUT; /* Lock the volume */3472 res = FR_TIMEOUT;
262 case FR_TIMEOUT: return ETIMEDOUT; in fresult_to_errno()