Searched refs:lfs_max (Results 1 – 3 of 3) sorted by relevance
108 static inline uint32_t lfs_max(uint32_t a, uint32_t b) { in lfs_max() function
231 pcache->size = lfs_max(pcache->size, off - pcache->off); in lfs_bd_prog()3182 file->pos = lfs_max(file->pos, file->ctz.size);3337 lfs_max(file->pos+nsize, file->ctz.size) >3602 return lfs_max(file->pos, file->ctz.size);
115 lfs_file_size(&lfs, &file) => lfs_max(SIZE1, SIZE2);