Searched refs:FR_TIMEOUT (Results 1 – 6 of 6) sorted by relevance
193 …FR_TIMEOUT, /* (15) Could not get a grant to access the volume within defined period */ enumerator
55 [FR_TIMEOUT] = MP_EIO,
270 …FR_TIMEOUT, /* (15) Could not get a grant to access the volume within defined period */ enumerator
890 if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) { in unlock_fs()3123 if (!lock_fs(fs)) return FR_TIMEOUT; /* Lock the volume */3356 res = FR_TIMEOUT;
231 …FR_TIMEOUT = -ETIMEDOUT, /* (15) Could not get a grant to access the volume within … enumerator
740 if (fs && res != FR_NOT_ENABLED && res != FR_INVALID_DRIVE && res != FR_TIMEOUT) { in unlock_fs()3062 if (!lock_fs(fs)) return FR_TIMEOUT; /* Lock the volume */3281 res = FR_TIMEOUT;
Completed in 26 milliseconds