Lines Matching refs:LFS_ERR_NOENT
48 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
49 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
59 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
146 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
147 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
156 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
251 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
252 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
253 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
344 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
345 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
354 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
460 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
461 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
462 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
519 lfs_dir_open(&lfs, &dir, "a/hi") => LFS_ERR_NOENT;
520 lfs_dir_open(&lfs, &dir, "b/hi") => LFS_ERR_NOENT;
539 lfs_dir_open(&lfs, &dir, "d/hi") => LFS_ERR_NOENT;
605 lfs_dir_open(&lfs, &dir, "a/hi") => LFS_ERR_NOENT;
606 lfs_dir_open(&lfs, &dir, "b/hi") => LFS_ERR_NOENT;
625 lfs_dir_open(&lfs, &dir, "d/hi") => LFS_ERR_NOENT;
726 lfs_dir_open(&lfs, &dir, "b/hi") => LFS_ERR_NOENT;
727 lfs_dir_open(&lfs, &dir, "c/hi") => LFS_ERR_NOENT;
728 lfs_dir_open(&lfs, &dir, "d/hi") => LFS_ERR_NOENT;
816 lfs_dir_open(&lfs, &dir, "a/hi") => LFS_ERR_NOENT;
817 lfs_dir_open(&lfs, &dir, "b/hi") => LFS_ERR_NOENT;
836 lfs_dir_open(&lfs, &dir, "d/hi") => LFS_ERR_NOENT;
937 lfs_dir_open(&lfs, &dir, "a/hi") => LFS_ERR_NOENT;
938 lfs_dir_open(&lfs, &dir, "b/hi") => LFS_ERR_NOENT;
939 lfs_dir_open(&lfs, &dir, "c/hi") => LFS_ERR_NOENT;
989 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
990 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
991 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
1011 lfs_stat(&lfs, "b", &info) => LFS_ERR_NOENT;
1012 lfs_stat(&lfs, "c", &info) => LFS_ERR_NOENT;
1014 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
1015 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
1016 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;