Home
last modified time | relevance | path

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

/components/dfs/dfs_v1/filesystems/elmfat/
A D00history.txt40 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…
/components/dfs/dfs_v2/filesystems/elmfat/
A D00history.txt40 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…
/components/drivers/usb/cherryusb/platform/uf2/
A Dbootuf2.c139 static int ffind_by_cluster(uint32_t cluster) in ffind_by_cluster() argument
141 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