Searched refs:lfs_fs_stat (Results 1 – 4 of 4) sorted by relevance
| /littlefs-latest/tests/ |
| D | test_superblocks.toml | 73 # 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 …]
|
| D | test_compat.toml | 34 #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/ |
| D | lfs.h | 716 int lfs_fs_stat(lfs_t *lfs, struct lfs_fsinfo *fsinfo);
|
| D | lfs.c | 6404 int lfs_fs_stat(lfs_t *lfs, struct lfs_fsinfo *fsinfo) { function
|