Searched refs:lfs_fs_stat (Results 1 – 4 of 4) sorted by relevance
/littlefs-3.7.0-3.6.0/tests/ |
D | test_superblocks.toml | 52 # test we can read superblock info through lfs_fs_stat 63 lfs_fs_stat(&lfs, &fsinfo) => 0; 91 lfs_fs_stat(&lfs, &fsinfo) => 0; 227 lfs_fs_stat(&lfs, &fsinfo) => 0; 236 lfs_fs_stat(&lfs, &fsinfo) => 0; 243 lfs_fs_stat(&lfs, &fsinfo) => 0; 254 lfs_fs_stat(&lfs, &fsinfo) => 0; 277 lfs_fs_stat(&lfs, &fsinfo) => 0; 291 lfs_fs_stat(&lfs, &fsinfo) => 0; 298 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-3.7.0-3.6.0/ |
D | lfs.h | 696 int lfs_fs_stat(lfs_t *lfs, struct lfs_fsinfo *fsinfo);
|
D | lfs.c | 6215 int lfs_fs_stat(lfs_t *lfs, struct lfs_fsinfo *fsinfo) { function
|