Searched refs:hint (Results 1 – 1 of 1) sorted by relevance
/littlefs-3.7.0-3.6.0/ |
D | lfs.c | 48 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_read() argument 94 if (size >= hint && off % lfs->cfg->read_size == 0 && in lfs_bd_read() 115 lfs_alignup(off+hint, lfs->cfg->read_size), in lfs_bd_read() 131 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_cmp() argument 142 pcache, rcache, hint-i, in lfs_bd_cmp() 158 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_bd_crc() argument 166 pcache, rcache, hint-i, in lfs_bd_crc() 761 const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_size_t hint, in lfs_dir_getread() argument 809 rcache->size = lfs_min(lfs_alignup(off+hint, lfs->cfg->read_size), in lfs_dir_getread()
|