Home
last modified time | relevance | path

Searched refs:lfs_fs_stat (Results 1 – 4 of 4) sorted by relevance

/littlefs-latest/tests/
Dtest_superblocks.toml73 # test we can read superblock info through lfs_fs_stat
84 lfs_fs_stat(&lfs, &fsinfo) => 0;
112 lfs_fs_stat(&lfs, &fsinfo) => 0;
286 lfs_fs_stat(&lfs, &fsinfo) => 0;
295 lfs_fs_stat(&lfs, &fsinfo) => 0;
302 lfs_fs_stat(&lfs, &fsinfo) => 0;
313 lfs_fs_stat(&lfs, &fsinfo) => 0;
336 lfs_fs_stat(&lfs, &fsinfo) => 0;
350 lfs_fs_stat(&lfs, &fsinfo) => 0;
357 lfs_fs_stat(&lfs, &fsinfo) => 0;
[all …]
Dtest_compat.toml34 #define lfsp_fs_stat lfs_fs_stat
83 // we should be able to read the version using lfs_fs_stat
85 lfs_fs_stat(&lfs, &fsinfo) => 0;
119 // we should be able to read the version using lfs_fs_stat
121 lfs_fs_stat(&lfs, &fsinfo) => 0;
191 // we should be able to read the version using lfs_fs_stat
193 lfs_fs_stat(&lfs, &fsinfo) => 0;
284 // we should be able to read the version using lfs_fs_stat
286 lfs_fs_stat(&lfs, &fsinfo) => 0;
384 // we should be able to read the version using lfs_fs_stat
[all …]
/littlefs-latest/
Dlfs.h716 int lfs_fs_stat(lfs_t *lfs, struct lfs_fsinfo *fsinfo);
Dlfs.c6404 int lfs_fs_stat(lfs_t *lfs, struct lfs_fsinfo *fsinfo) { function