Home
last modified time | relevance | path

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

/littlefs-3.5.0-3.4.0/
Dlfs.c49 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_read() argument
95 if (size >= hint && off % lfs->cfg->read_size == 0 && in lfs_bd_read()
116 lfs_alignup(off+hint, lfs->cfg->read_size), in lfs_bd_read()
132 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_cmp() argument
143 pcache, rcache, hint-i, in lfs_bd_cmp()
681 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_dir_getread() argument
729 rcache->size = lfs_min(lfs_alignup(off+hint, lfs->cfg->read_size), in lfs_dir_getread()