Home
last modified time | relevance | path

Searched refs:LFS_ERR_INVAL (Results 1 – 6 of 6) sorted by relevance

/third_party/littlefs/tests/
Dtest_superblocks.toml285 lfs_mount(&lfs, cfg) => LFS_ERR_INVAL;
360 lfs_mount(&lfs, cfg) => LFS_ERR_INVAL;
422 lfs_mount(&lfs, cfg) => LFS_ERR_INVAL;
Dtest_seek.toml245 LFS_SEEK_CUR) => LFS_ERR_INVAL;
249 LFS_SEEK_END) => LFS_ERR_INVAL;
Dtest_paths.toml224 lfs_remove(&lfs, "/") => LFS_ERR_INVAL;
Dtest_compat.toml1325 lfs_mount(&lfs, cfg) => LFS_ERR_INVAL;
1358 lfs_mount(&lfs, cfg) => LFS_ERR_INVAL;
/third_party/littlefs/
Dlfs.c2776 return LFS_ERR_INVAL; in lfs_dir_rawseek()
3639 return LFS_ERR_INVAL;
3646 return LFS_ERR_INVAL;
3654 return LFS_ERR_INVAL;
3699 return LFS_ERR_INVAL;
3829 return (tag < 0) ? (int)tag : LFS_ERR_INVAL;
3909 return (oldtag < 0) ? (int)oldtag : LFS_ERR_INVAL;
3918 return (prevtag < 0) ? (int)prevtag : LFS_ERR_INVAL;
4390 err = LFS_ERR_INVAL;
4414 err = LFS_ERR_INVAL;
[all …]
Dlfs.h82 LFS_ERR_INVAL = -22, // Invalid parameter enumerator