Searched refs:pclst (Results 1 – 1 of 1) sorted by relevance
1448 DWORD pclst /* Previous cluster of clst (0 if entire chain) */ in remove_chain() argument1464 if (pclst != 0 && (!FF_FS_EXFAT || fs->fs_type != FS_EXFAT || obj->stat != 2)) { in remove_chain()1465 res = put_fat(fs, pclst, 0xFFFFFFFF); in remove_chain()1507 if (pclst == 0) { /* Has the entire chain been removed? */ in remove_chain()1512 while (clst != pclst) { in remove_chain()1519 if (clst == pclst) { /* Has the chain got contiguous again? */ in remove_chain()1523 …if (obj->stat == 3 && pclst >= obj->sclust && pclst <= obj->sclust + obj->n_cont) { /* Was the cha… in remove_chain()