Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/fatfs/src/
Dff.h181 DWORD n_cont; /* Size of first fragment - 1 (valid when stat == 3) */ member
Dff.c1194 if (obj->stat == 3 && cofs < obj->n_cont) { /* Is it in the 1st fragment? */ in get_fat()
1376 for (cl = obj->sclust, n = obj->n_cont; n; cl++, n--) { /* Create cluster chain on the FAT */ in fill_first_frag()
1494 …if (obj->stat == 3 && pclst >= obj->sclust && pclst <= obj->sclust + obj->n_cont) { /* Was the cha… in remove_chain()
1545 obj->n_cont = scl - obj->sclust; /* Set size of the contiguous part */ in create_chain()