Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c928 if (Files[i].fs == dp->obj.fs && /* Check if the object matches with an open object */ in chk_lock()
929 Files[i].clu == dp->obj.sclust && in chk_lock()
962 if (Files[i].fs == dp->obj.fs in inc_lock()
963 && Files[i].clu == dp->obj.sclust in inc_lock()
970 Files[i].fs = dp->obj.fs; in inc_lock()
971 Files[i].clu = dp->obj.sclust; in inc_lock()
1132 FFOBJID* obj, /* Corresponding object */ in get_fat() argument
1138 FATFS *fs = obj->fs; in get_fat()
1168 …if ((obj->objsize != 0 && obj->sclust != 0) || obj->stat == 0) { /* Object except root dir must ha… in get_fat()
1169 DWORD cofs = clst - obj->sclust; /* Offset from start cluster */ in get_fat()
[all …]
/fatfs-2.7.6/include/
Dff.h207 FFOBJID obj; /* Object identifier (must be the 1st member to detect invalid object pointer) */ member
230 FFOBJID obj; /* Object identifier */ member
340 #define f_eof(fp) ((int)((fp)->fptr == (fp)->obj.objsize))
343 #define f_size(fp) ((fp)->obj.objsize)