Searched refs:n_cont (Results 1 – 2 of 2) sorted by relevance
191 DWORD n_cont; /* Size of first fragment - 1 (valid when stat == 3) */ member
1176 if (obj->stat == 3 && cofs < obj->n_cont) { /* Is it in the 1st fragment? */ in get_fat()1359 for (cl = obj->sclust, n = obj->n_cont; n; cl++, n--) { /* Create cluster chain on the FAT */ in fill_first_frag()1477 …if (obj->stat == 3 && pclst >= obj->sclust && pclst <= obj->sclust + obj->n_cont) { /* Was the cha… in remove_chain()1528 obj->n_cont = scl - obj->sclust; /* Set size of the contiguous part */ in create_chain()