Lines Matching refs:lfs_file_open

8     lfs_file_open(&lfs, &file, "hello",
18 lfs_file_open(&lfs, &file, "hello", LFS_O_RDONLY) => 0;
35 lfs_file_open(&lfs, &file, "avacado",
51 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
78 lfs_file_open(&lfs, &file, "avacado",
93 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
109 lfs_file_open(&lfs, &file, "avacado", LFS_O_WRONLY) => 0;
123 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
163 lfs_file_open(&lfs, &file, "avacado",
178 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
194 lfs_file_open(&lfs, &file, "avacado", LFS_O_WRONLY | LFS_O_APPEND) => 0;
208 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
243 lfs_file_open(&lfs, &file, "avacado",
258 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
274 lfs_file_open(&lfs, &file, "avacado", LFS_O_WRONLY | LFS_O_TRUNC) => 0;
288 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
317 err = lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY);
327 lfs_file_open(&lfs, &file, "avacado", LFS_O_WRONLY | LFS_O_CREAT) => 0;
339 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
374 err = lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY);
392 lfs_file_open(&lfs, &file, "avacado",
412 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
438 lfs_file_open(&lfs, &file, path,
447 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0;
466 lfs_file_open(&lfs, &file, path,
477 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0;
500 err = lfs_file_open(&lfs, &file, path, LFS_O_WRONLY | LFS_O_CREAT);
510 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0;