Searched refs:cluster (Results 1 – 3 of 3) sorted by relevance
40 Improved cluster scan algorithm to write files fast.92 Improved performance of f_lseek() on moving to the same or following cluster.102 Added auto cluster size selection to f_mkfs().232 Fixed f_unlink() does not remove cluster chain of the file. (appeared at R0.10c)275 …Fixed f_mkfs() creating exFAT volume with too small cluster size can collapse unallocated memory. …296 Improved cluster allocation time on stretch a deep buried cluster chain.297 Improved processing time of f_mkdir() with large cluster size by using FF_USE_LFN = 3.301 …Fixed creating a file can fail when a new cluster allocation to the exFAT directory occures. (appe…320 …Fixed accesing any object on the exFAT root directory beyond the cluster boundary can fail. (appea…
139 static int ffind_by_cluster(uint32_t cluster) in ffind_by_cluster() argument141 if (cluster >= 0xFFF0) { in ffind_by_cluster()146 if ((files[i].ClusterBeg <= cluster) && in ffind_by_cluster()147 (cluster <= files[i].ClusterEnd)) { in ffind_by_cluster()
Completed in 4 milliseconds