Lines Matching refs:lfs_file_open
11 lfs_file_open(&lfs, &file, "baldynoop",
27 lfs_file_open(&lfs, &file, "baldynoop", LFS_O_RDWR) => 0;
37 lfs_file_open(&lfs, &file, "baldynoop", LFS_O_RDONLY) => 0;
62 lfs_file_open(&lfs, &file, "baldyread",
78 lfs_file_open(&lfs, &file, "baldyread", LFS_O_RDWR) => 0;
96 lfs_file_open(&lfs, &file, "baldyread", LFS_O_RDONLY) => 0;
118 lfs_file_open(&lfs, &file, "sequence",
177 lfs_file_open(&lfs, &file, "baldywrite",
193 lfs_file_open(&lfs, &file, "baldywrite", LFS_O_RDWR) => 0;
213 lfs_file_open(&lfs, &file, "baldywrite", LFS_O_RDONLY) => 0;
242 err = lfs_file_open(&lfs, &file, "baldy", LFS_O_RDONLY);
261 lfs_file_open(&lfs, &file, "baldy",
274 lfs_file_open(&lfs, &file, "baldy", LFS_O_RDWR) => 0;
289 lfs_file_open(&lfs, &file, "baldy", LFS_O_RDWR) => 0;
364 lfs_file_open(&lfs, &file, path,
394 lfs_file_open(&lfs, &file, path, LFS_O_RDWR) => 0;
425 lfs_file_open(&lfs, &file, path, LFS_O_RDONLY) => 0;
457 lfs_file_open(&lfs, &file, "baldynoop",
489 lfs_file_open(&lfs, &file, "baldynoop", LFS_O_RDWR) => 0;