Searched refs:FF_FS_LOCK (Results 1 – 3 of 3) sorted by relevance
282 #if FF_FS_LOCK284 #error FF_FS_LOCK must be 0 at read-only configuration472 #if FF_FS_LOCK473 static FILESEM Files[FF_FS_LOCK]; /* Open object lock semaphores */905 #if FF_FS_LOCK in lock_volume()929 #if FF_FS_LOCK in unlock_volume()943 #if FF_FS_LOCK957 for (i = 0; i < FF_FS_LOCK; i++) { in chk_share()966 if (i == FF_FS_LOCK) { /* The object has not been opened */ in chk_share()979 for (i = 0; i < FF_FS_LOCK && Files[i].fs; i++) ; /* Find a free entry */ in enq_share()[all …]
266 #define FF_FS_LOCK 0 macro
195 #if FF_FS_LOCK