Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c929 Files[i].clu == dp->obj.sclust && in chk_lock()
963 && Files[i].clu == dp->obj.sclust in inc_lock()
971 Files[i].clu = dp->obj.sclust; in inc_lock()
1168 …if ((obj->objsize != 0 && obj->sclust != 0) || obj->stat == 0) { /* Object except root dir must ha… in get_fat()
1169 DWORD cofs = clst - obj->sclust; /* Offset from start cluster */ 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()
1465 clst = obj->sclust; /* Follow the chain to check if it gets contiguous */ in remove_chain()
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()
1679 clst = dp->obj.sclust; /* Table start cluster (0:root) */ in dir_sdi()
[all …]
/fatfs-2.7.6/include/
Dff.h188 DWORD sclust; /* Object data start cluster (0:no cluster or root directory) */ member