Home
last modified time | relevance | path

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

/littlefs-3.7.0-3.6.0/tests/
Dtest_alloc.toml29 lfs_fs_gc(&lfs) => 0;
84 lfs_fs_gc(&lfs) => 0;
258 // note that lfs_fs_gc should not error here
259 lfs_fs_gc(&lfs) => 0;
312 // note that lfs_fs_gc should not error here
313 lfs_fs_gc(&lfs) => 0;
354 // note that lfs_fs_gc should not error here
355 lfs_fs_gc(&lfs) => 0;
454 // note that lfs_fs_gc should not error here
455 lfs_fs_gc(&lfs) => 0;
/littlefs-3.7.0-3.6.0/
Dlfs.h725 int lfs_fs_gc(lfs_t *lfs);
Dlfs.c6259 int lfs_fs_gc(lfs_t *lfs) { function