Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/tests/
Dtest_superblocks.toml388 lfs_fs_grow(&lfs, BLOCK_COUNT) => 0;
402 lfs_fs_grow(&lfs, BLOCK_COUNT_2) => 0;
432 lfs_fs_grow(&lfs, BLOCK_COUNT_2) => 0;
/littlefs-3.7.0-3.6.0/
Dlfs.h746 int lfs_fs_grow(lfs_t *lfs, lfs_size_t block_count);
Dlfs.c6291 int lfs_fs_grow(lfs_t *lfs, lfs_size_t block_count) { function