Lines Matching refs:lfs_file_open
6 lfs_file_open(&lfs, &file, "hello",
15 lfs_file_open(&lfs, &file, "hello", LFS_O_RDONLY) => 0;
30 lfs_file_open(&lfs, &file, "avacado",
45 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
69 lfs_file_open(&lfs, &file, "avacado",
84 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
100 lfs_file_open(&lfs, &file, "avacado", LFS_O_WRONLY) => 0;
114 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
151 lfs_file_open(&lfs, &file, "avacado",
166 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
182 lfs_file_open(&lfs, &file, "avacado", LFS_O_WRONLY | LFS_O_APPEND) => 0;
196 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
228 lfs_file_open(&lfs, &file, "avacado",
243 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
259 lfs_file_open(&lfs, &file, "avacado", LFS_O_WRONLY | LFS_O_TRUNC) => 0;
273 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
299 err = lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY);
309 lfs_file_open(&lfs, &file, "avacado", LFS_O_WRONLY | LFS_O_CREAT) => 0;
321 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
353 err = lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY);
371 lfs_file_open(&lfs, &file, "avacado",
391 lfs_file_open(&lfs, &file, "avacado", LFS_O_RDONLY) => 0;
414 lfs_file_open(&lfs, &file, path,
423 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0;
439 lfs_file_open(&lfs, &file, path,
450 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0;
470 err = lfs_file_open(&lfs, &file, path, LFS_O_WRONLY | LFS_O_CREAT);
480 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0;