Lines Matching refs:a

5     lfs_mkdir(&lfs, "a") => 0;
9 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
17 lfs_rename(&lfs, "a/hello", "c/hello") => 0;
21 lfs_dir_open(&lfs, &dir, "a") => 0;
44 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
79 lfs_mkdir(&lfs, "a") => 0;
83 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
91 lfs_rename(&lfs, "a/hello", "c/hello") => 0;
96 lfs_dir_open(&lfs, &dir, "a") => 0;
112 lfs_dir_open(&lfs, &dir, "a") => 0;
135 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
155 lfs_mkdir(&lfs, "a") => 0;
159 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
167 lfs_rename(&lfs, "a/hello", "c/hello") => 0;
172 lfs_dir_open(&lfs, &dir, "a") => 0;
204 lfs_dir_open(&lfs, &dir, "a") => 0;
227 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => 0;
247 lfs_mkdir(&lfs, "a") => 0;
251 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
259 lfs_rename(&lfs, "a/hello", "c/hello") => 0;
264 lfs_dir_open(&lfs, &dir, "a") => 0;
297 lfs_rename(&lfs, "a/hello", "c/hello") => 0;
301 lfs_dir_open(&lfs, &dir, "a") => 0;
324 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
346 err = lfs_mkdir(&lfs, "a");
360 if (lfs_stat(&lfs, "a/hello", &info) == 0) {
388 if (lfs_stat(&lfs, "a/hello", &info) == 0 && info.size > 0) {
389 lfs_rename(&lfs, "a/hello", "b/hello") => 0;
400 lfs_file_open(&lfs, &file, "a/hello",
411 lfs_dir_open(&lfs, &dir, "a") => 0;
434 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
452 lfs_mkdir(&lfs, "a") => 0;
456 lfs_mkdir(&lfs, "a/hi") => 0;
457 lfs_mkdir(&lfs, "a/hi/hola") => 0;
458 lfs_mkdir(&lfs, "a/hi/bonjour") => 0;
459 lfs_mkdir(&lfs, "a/hi/ohayo") => 0;
463 lfs_rename(&lfs, "a/hi", "c/hi") => 0;
467 lfs_dir_open(&lfs, &dir, "a") => 0;
489 lfs_dir_open(&lfs, &dir, "a/hi") => LFS_ERR_NOENT;
518 lfs_mkdir(&lfs, "a") => 0;
522 lfs_mkdir(&lfs, "a/hi") => 0;
523 lfs_mkdir(&lfs, "a/hi/hola") => 0;
524 lfs_mkdir(&lfs, "a/hi/bonjour") => 0;
525 lfs_mkdir(&lfs, "a/hi/ohayo") => 0;
529 lfs_rename(&lfs, "a/hi", "c/hi") => 0;
534 lfs_dir_open(&lfs, &dir, "a") => 0;
550 lfs_dir_open(&lfs, &dir, "a") => 0;
572 lfs_dir_open(&lfs, &dir, "a/hi") => LFS_ERR_NOENT;
602 lfs_mkdir(&lfs, "a") => 0;
606 lfs_mkdir(&lfs, "a/hi") => 0;
607 lfs_mkdir(&lfs, "a/hi/hola") => 0;
608 lfs_mkdir(&lfs, "a/hi/bonjour") => 0;
609 lfs_mkdir(&lfs, "a/hi/ohayo") => 0;
613 lfs_rename(&lfs, "a/hi", "c/hi") => 0;
618 lfs_dir_open(&lfs, &dir, "a") => 0;
650 lfs_dir_open(&lfs, &dir, "a") => 0;
672 lfs_dir_open(&lfs, &dir, "a/hi") => 0;
702 lfs_mkdir(&lfs, "a") => 0;
706 lfs_mkdir(&lfs, "a/hi") => 0;
707 lfs_mkdir(&lfs, "a/hi/hola") => 0;
708 lfs_mkdir(&lfs, "a/hi/bonjour") => 0;
709 lfs_mkdir(&lfs, "a/hi/ohayo") => 0;
713 lfs_rename(&lfs, "a/hi", "c/hi") => 0;
718 lfs_dir_open(&lfs, &dir, "a") => 0;
751 lfs_rename(&lfs, "a/hi", "c/hi") => 0;
755 lfs_dir_open(&lfs, &dir, "a") => 0;
777 lfs_dir_open(&lfs, &dir, "a/hi") => LFS_ERR_NOENT;
809 err = lfs_mkdir(&lfs, "a");
823 if (lfs_stat(&lfs, "a/hi", &info) == 0) {
847 if (lfs_stat(&lfs, "a/hi", &info) == 0) {
848 lfs_rename(&lfs, "a/hi", "b/hi") => 0;
866 lfs_rename(&lfs, "temp", "a/hi") => 0;
872 lfs_dir_open(&lfs, &dir, "a") => 0;
894 lfs_dir_open(&lfs, &dir, "a/hi") => LFS_ERR_NOENT;
922 lfs_mkdir(&lfs, "a") => 0;
926 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
934 lfs_rename(&lfs, "a/hello", "b/hello") => 0;
944 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
963 lfs_stat(&lfs, "a", &info) => 0;
967 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
1019 // a create and delete simultaneously
1078 // a create and delete simultaneously
1170 // a create and delete simultaneously
1235 // a create and delete simultaneously
1334 // a create and delete as it overwrites the destination file
1432 lfs_file_write(&lfs, &files[1], "test.a", 7) => 7;
1437 // a create and delete simultaneously
1508 assert(strcmp((char*)buffer, "test.a") == 0);
1583 // ok, now we move the file, this creates a move that needs to be
1584 // fixed, possibly in a metadata-pair that needs to be relocated
1727 // ok, now we move the file, this creates a move that needs to be
1728 // fixed, possibly in a metadata-pair that needs to be relocated