Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c1402 DWORD pclst /* Previous cluster of clst (0 if entire chain) */ in remove_chain() argument
1418 if (pclst != 0 && (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT || obj->stat != 2)) { in remove_chain()
1419 res = put_fat(fs, pclst, 0xFFFFFFFF); in remove_chain()
1461 if (pclst == 0) { /* Has the entire chain been removed? */ in remove_chain()
1466 while (clst != pclst) { in remove_chain()
1473 if (clst == pclst) { /* Has the chain got contiguous again? */ in remove_chain()
1477 …if (obj->stat == 3 && pclst >= obj->sclust && pclst <= obj->sclust + obj->n_cont) { /* Was the cha… in remove_chain()