Home
last modified time | relevance | path

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

/fatfs-latest/include/
Dff.h189 DWORD n_cont; /* Size of first fragment - 1 (valid when stat == 3) */ member
/fatfs-latest/
Dff.c1222 if (obj->stat == 3 && cofs < obj->n_cont) { /* Is it in the 1st fragment? */ in get_fat()
1405 for (cl = obj->sclust, n = obj->n_cont; n; cl++, n--) { /* Create cluster chain on the FAT */ in fill_first_frag()
1523 …if (obj->stat == 3 && pclst >= obj->sclust && pclst <= obj->sclust + obj->n_cont) { /* Was the cha… in remove_chain()
1574 obj->n_cont = scl - obj->sclust; /* Set size of the contiguous part */ in create_chain()