Lines Matching refs:a

6     lfs_mkdir(&lfs, "a") => 0;
11 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
19 lfs_rename(&lfs, "a/hello", "c/hello") => 0;
25 lfs_dir_open(&lfs, &dir, "a") => 0;
48 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
87 lfs_mkdir(&lfs, "a") => 0;
92 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
100 lfs_rename(&lfs, "a/hello", "c/hello") => 0;
107 lfs_dir_open(&lfs, &dir, "a") => 0;
123 lfs_dir_open(&lfs, &dir, "a") => 0;
146 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
168 lfs_mkdir(&lfs, "a") => 0;
173 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
181 lfs_rename(&lfs, "a/hello", "c/hello") => 0;
188 lfs_dir_open(&lfs, &dir, "a") => 0;
220 lfs_dir_open(&lfs, &dir, "a") => 0;
243 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => 0;
264 lfs_mkdir(&lfs, "a") => 0;
269 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
277 lfs_rename(&lfs, "a/hello", "c/hello") => 0;
284 lfs_dir_open(&lfs, &dir, "a") => 0;
317 lfs_rename(&lfs, "a/hello", "c/hello") => 0;
321 lfs_dir_open(&lfs, &dir, "a") => 0;
344 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
367 err = lfs_mkdir(&lfs, "a");
382 if (lfs_stat(&lfs, "a/hello", &info) == 0) {
410 if (lfs_stat(&lfs, "a/hello", &info) == 0 && info.size > 0) {
411 lfs_rename(&lfs, "a/hello", "b/hello") => 0;
423 lfs_file_open(&lfs, &file, "a/hello",
436 lfs_dir_open(&lfs, &dir, "a") => 0;
460 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
480 lfs_mkdir(&lfs, "a") => 0;
484 lfs_mkdir(&lfs, "a/hi") => 0;
485 lfs_mkdir(&lfs, "a/hi/hola") => 0;
486 lfs_mkdir(&lfs, "a/hi/bonjour") => 0;
487 lfs_mkdir(&lfs, "a/hi/ohayo") => 0;
491 lfs_rename(&lfs, "a/hi", "c/hi") => 0;
497 lfs_dir_open(&lfs, &dir, "a") => 0;
519 lfs_dir_open(&lfs, &dir, "a/hi") => LFS_ERR_NOENT;
549 lfs_mkdir(&lfs, "a") => 0;
553 lfs_mkdir(&lfs, "a/hi") => 0;
554 lfs_mkdir(&lfs, "a/hi/hola") => 0;
555 lfs_mkdir(&lfs, "a/hi/bonjour") => 0;
556 lfs_mkdir(&lfs, "a/hi/ohayo") => 0;
560 lfs_rename(&lfs, "a/hi", "c/hi") => 0;
567 lfs_dir_open(&lfs, &dir, "a") => 0;
583 lfs_dir_open(&lfs, &dir, "a") => 0;
605 lfs_dir_open(&lfs, &dir, "a/hi") => LFS_ERR_NOENT;
636 lfs_mkdir(&lfs, "a") => 0;
640 lfs_mkdir(&lfs, "a/hi") => 0;
641 lfs_mkdir(&lfs, "a/hi/hola") => 0;
642 lfs_mkdir(&lfs, "a/hi/bonjour") => 0;
643 lfs_mkdir(&lfs, "a/hi/ohayo") => 0;
647 lfs_rename(&lfs, "a/hi", "c/hi") => 0;
654 lfs_dir_open(&lfs, &dir, "a") => 0;
686 lfs_dir_open(&lfs, &dir, "a") => 0;
708 lfs_dir_open(&lfs, &dir, "a/hi") => 0;
739 lfs_mkdir(&lfs, "a") => 0;
743 lfs_mkdir(&lfs, "a/hi") => 0;
744 lfs_mkdir(&lfs, "a/hi/hola") => 0;
745 lfs_mkdir(&lfs, "a/hi/bonjour") => 0;
746 lfs_mkdir(&lfs, "a/hi/ohayo") => 0;
750 lfs_rename(&lfs, "a/hi", "c/hi") => 0;
757 lfs_dir_open(&lfs, &dir, "a") => 0;
790 lfs_rename(&lfs, "a/hi", "c/hi") => 0;
794 lfs_dir_open(&lfs, &dir, "a") => 0;
816 lfs_dir_open(&lfs, &dir, "a/hi") => LFS_ERR_NOENT;
849 err = lfs_mkdir(&lfs, "a");
864 if (lfs_stat(&lfs, "a/hi", &info) == 0) {
888 if (lfs_stat(&lfs, "a/hi", &info) == 0) {
889 lfs_rename(&lfs, "a/hi", "b/hi") => 0;
907 lfs_rename(&lfs, "temp", "a/hi") => 0;
915 lfs_dir_open(&lfs, &dir, "a") => 0;
937 lfs_dir_open(&lfs, &dir, "a/hi") => LFS_ERR_NOENT;
966 lfs_mkdir(&lfs, "a") => 0;
971 lfs_file_open(&lfs, &file, "a/hello", LFS_O_CREAT | LFS_O_WRONLY) => 0;
979 lfs_rename(&lfs, "a/hello", "b/hello") => 0;
989 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
1010 lfs_stat(&lfs, "a", &info) => 0;
1014 lfs_file_open(&lfs, &file, "a/hello", LFS_O_RDONLY) => LFS_ERR_NOENT;
1070 // a create and delete simultaneously
1132 // a create and delete simultaneously
1226 // a create and delete simultaneously
1294 // a create and delete simultaneously
1396 // a create and delete as it overwrites the destination file
1497 lfs_file_write(&lfs, &files[1], "test.a", 7) => 7;
1502 // a create and delete simultaneously
1573 assert(strcmp((char*)buffer, "test.a") == 0);
1653 // ok, now we move the file, this creates a move that needs to be
1654 // fixed, possibly in a metadata-pair that needs to be relocated
1806 // ok, now we move the file, this creates a move that needs to be
1807 // fixed, possibly in a metadata-pair that needs to be relocated