Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c917 static FRESULT chk_lock ( /* Check if the file can be accessed */ in chk_lock() function
3686 res = chk_lock(&dj, (mode & ~FA_READ) ? 1 : 0); /* Check if the file can be used */
4916 if (res == FR_OK) res = chk_lock(&dj, 2); /* Check if it is an open object */
5092 res = chk_lock(&djo, 2);