Home
last modified time | relevance | path

Searched refs:FR_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/tools/fatten/fatfs/
H A Dff.h200 FR_TIMEOUT, /* (15) Could not get a grant to access the volume within defined period */ enumerator
H A Dff.c39 #define ENTER_FF(fs) { if (!lock_fs(fs)) return FR_TIMEOUT; }
574 res != FR_TIMEOUT) { in unlock_fs()