Searched refs:obj (Results 1 – 2 of 2) sorted by relevance
928 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() argument1138 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 …]
207 FFOBJID obj; /* Object identifier (must be the 1st member to detect invalid object pointer) */ member230 FFOBJID obj; /* Object identifier */ member340 #define f_eof(fp) ((int)((fp)->fptr == (fp)->obj.objsize))343 #define f_size(fp) ((fp)->obj.objsize)