Home
last modified time | relevance | path

Searched refs:lfs_fs_grow (Results 1 - 2 of 2) sorted by relevance

/third_party/littlefs/
H A Dlfs.h746 int lfs_fs_grow(lfs_t *lfs, lfs_size_t block_count);
H A Dlfs.c6286 int lfs_fs_grow(lfs_t *lfs, lfs_size_t block_count) { function
6291 LFS_TRACE("lfs_fs_grow(%p, %"PRIu32")", (void*)lfs, block_count);
6295 LFS_TRACE("lfs_fs_grow -> %d", err);

Completed in 10 milliseconds