Searched refs:obj (Results 1 – 2 of 2) sorted by relevance
959 if (Files[i].fs == dp->obj.fs && /* Check if the object matches with an open object */ in chk_share()960 Files[i].clu == dp->obj.sclust && in chk_share()993 if (Files[i].fs == dp->obj.fs in inc_share()994 && Files[i].clu == dp->obj.sclust in inc_share()1001 Files[i].fs = dp->obj.fs; in inc_share()1002 Files[i].clu = dp->obj.sclust; in inc_share()1178 FFOBJID* obj, /* Corresponding object */ in get_fat() argument1184 FATFS *fs = obj->fs; in get_fat()1214 …if ((obj->objsize != 0 && obj->sclust != 0) || obj->stat == 0) { /* Object except root dir must ha… in get_fat()1215 DWORD cofs = clst - obj->sclust; /* Offset from start cluster */ in get_fat()[all …]
205 FFOBJID obj; /* Object identifier (must be the 1st member to detect invalid object pointer) */ member228 FFOBJID obj; /* Object identifier */ member342 #define f_eof(fp) ((int)((fp)->fptr == (fp)->obj.objsize))345 #define f_size(fp) ((fp)->obj.objsize)