Lines Matching refs:LFS_O_RDONLY
44 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
45 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
46 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => 0;
54 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
135 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
136 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
137 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => 0;
145 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
227 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => 0;
235 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
236 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
237 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
324 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
325 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
326 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => 0;
334 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
434 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
435 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
436 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
437 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => 0;
944 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
945 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
946 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
947 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => 0;
967 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
968 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
969 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
970 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => 0;
1053 lfs_file_open(&lfs, &file, "/0.before", LFS_O_RDONLY) => 0;
1057 lfs_file_open(&lfs, &file, "/2.in_between", LFS_O_RDONLY) => 0;
1061 lfs_file_open(&lfs, &file, "/4.after", LFS_O_RDONLY) => 0;
1112 lfs_file_open(&lfs, &file, "/0.before", LFS_O_RDONLY) => 0;
1116 lfs_file_open(&lfs, &file, "/2.in_between", LFS_O_RDONLY) => 0;
1120 lfs_file_open(&lfs, &file, "/4.after", LFS_O_RDONLY) => 0;
1204 lfs_file_open(&lfs, &file, "/0.before", LFS_O_RDONLY) => 0;
1208 lfs_file_open(&lfs, &file, "/2.in_between", LFS_O_RDONLY) => 0;
1212 lfs_file_open(&lfs, &file, "/4.after", LFS_O_RDONLY) => 0;
1269 lfs_file_open(&lfs, &file, "/0.before", LFS_O_RDONLY) => 0;
1273 lfs_file_open(&lfs, &file, "/2.in_between", LFS_O_RDONLY) => 0;
1277 lfs_file_open(&lfs, &file, "/4.after", LFS_O_RDONLY) => 0;
1399 lfs_file_open(&lfs, &file, "/dir.1/0.before", LFS_O_RDONLY) => 0;
1403 lfs_file_open(&lfs, &file, "/dir.1/2.after", LFS_O_RDONLY) => 0;
1407 lfs_file_open(&lfs, &file, "/dir.2/0.before", LFS_O_RDONLY) => 0;
1411 lfs_file_open(&lfs, &file, "/dir.2/2.after", LFS_O_RDONLY) => 0;
1502 lfs_file_open(&lfs, &file, "/dir.1/0.before", LFS_O_RDONLY) => 0;
1506 lfs_file_open(&lfs, &file, "/dir.1/2.after", LFS_O_RDONLY) => 0;
1510 lfs_file_open(&lfs, &file, "/dir.2/0.before", LFS_O_RDONLY) => 0;
1514 lfs_file_open(&lfs, &file, "/dir.2/2.after", LFS_O_RDONLY) => 0;
1639 lfs_file_open(&lfs, &file, "/parent/0.before", LFS_O_RDONLY) => 0;
1643 lfs_file_open(&lfs, &file, "/parent/2.after", LFS_O_RDONLY) => 0;
1647 lfs_file_open(&lfs, &file, "/parent/child/0.before", LFS_O_RDONLY) => 0;
1651 lfs_file_open(&lfs, &file, "/parent/child/2.after", LFS_O_RDONLY) => 0;
1798 lfs_file_open(&lfs, &file, "/parent/sibling/0.before", LFS_O_RDONLY) => 0;
1802 lfs_file_open(&lfs, &file, "/parent/sibling/2.after", LFS_O_RDONLY) => 0;
1806 lfs_file_open(&lfs, &file, "/parent/child/0.before", LFS_O_RDONLY) => 0;
1810 lfs_file_open(&lfs, &file, "/parent/child/2.after", LFS_O_RDONLY) => 0;