chk_lock() is only used within FatFs.
 
Symbols
loading...
Files
loading...

chk_lock() function

Syntax

static FRESULT chk_lock (     DIR* dp,     int acc );

Arguments

dp

acc

References

LocationReferrerText
ff.c:771
FRESULT chk_lock ( /* Check if the file can be accessed */
ff.c:3340f_open()
res = chk_lock(&dj, (mode & ~FA_READ) ? 1 : 0);
ff.c:4549f_unlink()
if (res == FR_OK) res = chk_lock(&dj, 2); /* Check if it is an open object */
ff.c:4739f_rename()
res = chk_lock(&djo, 2);

Call Tree

Functions calling chk_lock()
all items filtered out
chk_lock()
Data read by chk_lock()
Data written by chk_lock()
chk_lock()
chk_lock()::i
chk_lock()::be
all items filtered out
Type of chk_lock()
chk_lock()
all items filtered out