Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c934 static FRESULT chk_lock ( /* Check if the file can be accessed */ in chk_lock() function
3579 res = chk_lock(&dj, (mode & ~FA_READ) ? 1 : 0); /* Check if the file can be used */
4797 if (res == FR_OK) res = chk_lock(&dj, 2); /* Check if it is an open object */
4973 res = chk_lock(&djo, 2);