Lines Matching refs:lfs_file_open
11 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
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;
50 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => 0;
59 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
92 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
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;
148 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => 0;
156 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
173 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
243 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => 0;
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;
269 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
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;
346 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => 0;
354 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
427 lfs_file_open(&lfs, &file, "a/hello",
464 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
465 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
466 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
467 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => 0;
979 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
997 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
998 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
999 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
1000 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => 0;
1022 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
1023 lfs_file_open(&lfs, &file, "b/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
1024 lfs_file_open(&lfs, &file, "c/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
1025 lfs_file_open(&lfs, &file, "d/hello", LFS_O_RDONLY) => 0;
1047 lfs_file_open(&lfs, &file, "/1.move_me",
1051 lfs_file_open(&lfs, &file, "/0.before",
1056 lfs_file_open(&lfs, &file, "/2.in_between",
1061 lfs_file_open(&lfs, &file, "/4.after",
1067 lfs_file_open(&lfs, &files[0], "0.before",
1069 lfs_file_open(&lfs, &files[1], "2.in_between",
1071 lfs_file_open(&lfs, &files[2], "4.after",
1114 lfs_file_open(&lfs, &file, "/0.before", LFS_O_RDONLY) => 0;
1119 lfs_file_open(&lfs, &file, "/2.in_between", LFS_O_RDONLY) => 0;
1123 lfs_file_open(&lfs, &file, "/4.after", LFS_O_RDONLY) => 0;
1129 lfs_file_open(&lfs, &files[0], "0.before",
1131 lfs_file_open(&lfs, &files[1], "2.in_between",
1133 lfs_file_open(&lfs, &files[2], "4.after",
1174 lfs_file_open(&lfs, &file, "/0.before", LFS_O_RDONLY) => 0;
1178 lfs_file_open(&lfs, &file, "/2.in_between", LFS_O_RDONLY) => 0;
1182 lfs_file_open(&lfs, &file, "/4.after", LFS_O_RDONLY) => 0;
1198 lfs_file_open(&lfs, &file, "/1.move_me",
1201 lfs_file_open(&lfs, &file, "/3.move_me",
1207 lfs_file_open(&lfs, &file, "/0.before",
1212 lfs_file_open(&lfs, &file, "/2.in_between",
1217 lfs_file_open(&lfs, &file, "/4.after",
1223 lfs_file_open(&lfs, &files[0], "0.before",
1225 lfs_file_open(&lfs, &files[1], "2.in_between",
1227 lfs_file_open(&lfs, &files[2], "4.after",
1270 lfs_file_open(&lfs, &file, "/0.before", LFS_O_RDONLY) => 0;
1275 lfs_file_open(&lfs, &file, "/2.in_between", LFS_O_RDONLY) => 0;
1279 lfs_file_open(&lfs, &file, "/4.after", LFS_O_RDONLY) => 0;
1285 lfs_file_open(&lfs, &file, "/1.move_me",
1291 lfs_file_open(&lfs, &files[0], "0.before",
1293 lfs_file_open(&lfs, &files[1], "2.in_between",
1295 lfs_file_open(&lfs, &files[2], "4.after",
1336 lfs_file_open(&lfs, &file, "/0.before", LFS_O_RDONLY) => 0;
1340 lfs_file_open(&lfs, &file, "/2.in_between", LFS_O_RDONLY) => 0;
1344 lfs_file_open(&lfs, &file, "/4.after", LFS_O_RDONLY) => 0;
1362 lfs_file_open(&lfs, &file, "/dir.1/1.move_me",
1365 lfs_file_open(&lfs, &file, "/dir.2/1.move_me",
1371 lfs_file_open(&lfs, &file, "/dir.1/0.before",
1375 lfs_file_open(&lfs, &file, "/dir.1/2.after",
1380 lfs_file_open(&lfs, &file, "/dir.2/0.before",
1384 lfs_file_open(&lfs, &file, "/dir.2/2.after",
1390 lfs_file_open(&lfs, &files[0], "/dir.1/0.before",
1392 lfs_file_open(&lfs, &files[1], "/dir.1/2.after",
1394 lfs_file_open(&lfs, &files[2], "/dir.2/0.before",
1396 lfs_file_open(&lfs, &files[3], "/dir.2/2.after",
1471 lfs_file_open(&lfs, &file, "/dir.1/0.before", LFS_O_RDONLY) => 0;
1476 lfs_file_open(&lfs, &file, "/dir.1/2.after", LFS_O_RDONLY) => 0;
1480 lfs_file_open(&lfs, &file, "/dir.2/0.before", LFS_O_RDONLY) => 0;
1484 lfs_file_open(&lfs, &file, "/dir.2/2.after", LFS_O_RDONLY) => 0;
1490 lfs_file_open(&lfs, &file, "/dir.1/1.move_me",
1496 lfs_file_open(&lfs, &files[0], "/dir.1/0.before",
1498 lfs_file_open(&lfs, &files[1], "/dir.1/2.after",
1500 lfs_file_open(&lfs, &files[2], "/dir.2/0.before",
1502 lfs_file_open(&lfs, &files[3], "/dir.2/2.after",
1575 lfs_file_open(&lfs, &file, "/dir.1/0.before", LFS_O_RDONLY) => 0;
1579 lfs_file_open(&lfs, &file, "/dir.1/2.after", LFS_O_RDONLY) => 0;
1583 lfs_file_open(&lfs, &file, "/dir.2/0.before", LFS_O_RDONLY) => 0;
1587 lfs_file_open(&lfs, &file, "/dir.2/2.after", LFS_O_RDONLY) => 0;
1608 lfs_file_open(&lfs, &file, "/parent/1.move_me",
1614 lfs_file_open(&lfs, &file, "/parent/0.before",
1618 lfs_file_open(&lfs, &file, "/parent/2.after",
1622 lfs_file_open(&lfs, &file, "/parent/child/0.before",
1626 lfs_file_open(&lfs, &file, "/parent/child/2.after",
1632 lfs_file_open(&lfs, &files[0], "/parent/0.before",
1634 lfs_file_open(&lfs, &files[1], "/parent/2.after",
1636 lfs_file_open(&lfs, &files[2], "/parent/child/0.before",
1638 lfs_file_open(&lfs, &files[3], "/parent/child/2.after",
1719 lfs_file_open(&lfs, &file, "/parent/0.before", LFS_O_RDONLY) => 0;
1724 lfs_file_open(&lfs, &file, "/parent/2.after", LFS_O_RDONLY) => 0;
1728 lfs_file_open(&lfs, &file, "/parent/child/0.before", LFS_O_RDONLY) => 0;
1732 lfs_file_open(&lfs, &file, "/parent/child/2.after", LFS_O_RDONLY) => 0;
1754 lfs_file_open(&lfs, &file, "/parent/sibling/1.move_me",
1760 lfs_file_open(&lfs, &file, "/parent/sibling/0.before",
1764 lfs_file_open(&lfs, &file, "/parent/sibling/2.after",
1768 lfs_file_open(&lfs, &file, "/parent/child/0.before",
1772 lfs_file_open(&lfs, &file, "/parent/child/2.after",
1778 lfs_file_open(&lfs, &files[0], "/parent/sibling/0.before",
1780 lfs_file_open(&lfs, &files[1], "/parent/sibling/2.after",
1782 lfs_file_open(&lfs, &files[2], "/parent/child/0.before",
1784 lfs_file_open(&lfs, &files[3], "/parent/child/2.after",
1887 lfs_file_open(&lfs, &file, "/parent/sibling/0.before", LFS_O_RDONLY) => 0;
1892 lfs_file_open(&lfs, &file, "/parent/sibling/2.after", LFS_O_RDONLY) => 0;
1896 lfs_file_open(&lfs, &file, "/parent/child/0.before", LFS_O_RDONLY) => 0;
1900 lfs_file_open(&lfs, &file, "/parent/child/2.after", LFS_O_RDONLY) => 0;