Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.h396 FR_LOCKED, /* (16) The operation is rejected according to the file sharing policy */ enumerator
Dff.c791 return (acc != 0 || Files[i].ctr == 0x100) ? FR_LOCKED : FR_OK; in chk_lock()
874 if (Files[i].fs == fs) return FR_LOCKED; in empty_lock()