Home
last modified time | relevance | path

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

/fatfs-2.7.6/include/
Dff.h294 FR_LOCKED, /* (16) The operation is rejected according to the file sharing policy */ enumerator
/fatfs-2.7.6/
Dff.c940 return (acc != 0 || Files[i].ctr == 0x100) ? FR_LOCKED : FR_OK; in chk_lock()