Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dffsystem.c161 int ff_req_grant ( /* 1:Got a grant to access the volume, 0:Could not get a grant */ in ff_req_grant() function
Dff.h543 int ff_req_grant (FF_SYNC_t* sobj); /* Lock sync object */
Dff.c745 return (fs && ff_req_grant(&fs->sobj)) ? 1 : 0; in lock_fs()