Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.h180 DWORD n_cont; /* Size of first fragment - 1 (valid when stat == 3) */ member
A Dff.c1164 if (obj->stat == 3 && cofs < obj->n_cont) { /* Is it in the 1st fragment? */ in get_fat()
1346 … for (cl = obj->sclust, n = obj->n_cont; n; cl++, n--) { /* Create cluster chain on the FAT */ in fill_first_frag()
1464 …if (obj->stat == 3 && pclst >= obj->sclust && pclst <= obj->sclust + obj->n_cont) { /* Was the cha… in remove_chain()
1515 obj->n_cont = scl - obj->sclust; /* Set size of the contiguous part */ in create_chain()
/AliOS-Things-master/components/fatfs/include/
A Dff.h141 DWORD n_cont; /* Size of first fragment - 1 (valid when stat == 3) */ member
/AliOS-Things-master/components/fatfs/src/
A Dff.c1024 if (obj->stat == 3 && cofs < obj->n_cont) { /* Is it in the 1st fragment? */ in get_fat()
1210 for (cl = obj->sclust, n = obj->n_cont; n; cl++, n--) { /* Create cluster chain on the FAT */ in fill_first_frag()
1329 …if (obj->stat == 3 && pclst >= obj->sclust && pclst <= obj->sclust + obj->n_cont) { /* Was the cha… in remove_chain()
1380 obj->n_cont = scl - obj->sclust; /* Set size of the contiguous part */ in create_chain()

Completed in 25 milliseconds