Lines Matching refs:lfs_file_open
245 lfs_file_open(&lfs, &file, path,
278 lfs_file_open(&lfs, &file, path,
330 lfs_file_open(&lfs, &file, path,
395 lfs_file_open(&lfs, &file, path, LFS_O_CREAT | LFS_O_WRONLY) => 0;
468 lfs_file_open(&lfs, &file, "burito",
649 lfs_file_open(&lfs, &file, "burito",
658 lfs_file_open(&lfs, &file, "burito",
660 lfs_file_open(&lfs, &file, "potato",
664 lfs_file_open(&lfs, &file, "tomato", LFS_O_RDONLY) => LFS_ERR_NOENT;
665 lfs_file_open(&lfs, &file, "potato", LFS_O_RDONLY) => LFS_ERR_ISDIR;
666 lfs_file_open(&lfs, &file, "tomato", LFS_O_WRONLY) => LFS_ERR_NOENT;
667 lfs_file_open(&lfs, &file, "potato", LFS_O_WRONLY) => LFS_ERR_ISDIR;
668 lfs_file_open(&lfs, &file, "potato",
672 lfs_file_open(&lfs, &file, "/",
674 lfs_file_open(&lfs, &file, "/", LFS_O_RDONLY) => LFS_ERR_ISDIR;
675 lfs_file_open(&lfs, &file, "/", LFS_O_WRONLY) => LFS_ERR_ISDIR;
676 lfs_file_open(&lfs, &file, "/",