Searched defs:fi (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileInfo.cpp105 FileInfo::FileInfo(const FileInfo& fi) argument
117 FileInfo::operator=(const FileInfo& fi) argument
H A DFileSystem.cpp223 FileInfo fi; local
277 FileInfo fi; local
H A DInode.cpp46 Inode::CreateInode(FileSystem* fs, const FileInfo& fi, Inode** _inode) argument
874 FileInfo fi; local
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp90 fuse_fs_open(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi) argument
25 fuse_fs_fgetattr(struct fuse_fs* fs, const char* path, struct stat* buf, struct fuse_file_info* fi) argument
80 fuse_fs_release(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi) argument
99 fuse_fs_read(struct fuse_fs* fs, const char* path, char *buf, size_t size, off_t off, struct fuse_file_info* fi) argument
109 fuse_fs_write(struct fuse_fs* fs, const char* path, const char* buf, size_t size, off_t off, struct fuse_file_info* fi) argument
119 fuse_fs_fsync(struct fuse_fs* fs, const char* path, int datasync, struct fuse_file_info* fi) argument
129 fuse_fs_flush(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi) argument
147 fuse_fs_opendir(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi) argument
156 fuse_fs_readdir(struct fuse_fs* fs, const char* path, void* buf, fuse_fill_dir_t filler, off_t off, struct fuse_file_info* fi) argument
166 fuse_fs_fsyncdir(struct fuse_fs* fs, const char* path, int datasync, struct fuse_file_info* fi) argument
176 fuse_fs_releasedir(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi) argument
186 fuse_fs_create(struct fuse_fs* fs, const char* path, mode_t mode, struct fuse_file_info* fi) argument
196 fuse_fs_lock(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi, int cmd, struct flock* lock) argument
233 fuse_fs_ftruncate(struct fuse_fs* fs, const char* path, off_t size, struct fuse_file_info* fi) argument
345 fuse_fs_ioctl(struct fuse_fs *fs, const char *path, int cmd, void *arg, struct fuse_file_info *fi, unsigned int flags, void *data) argument
[all...]
H A DFUSELowLevel.cpp347 fuse_ll_releasedir(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct fuse_file_info *fi) argument
444 fuse_reply_create(fuse_req_t req, const struct fuse_entry_param* e, const struct fuse_file_info* fi) argument
254 fuse_ll_write(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const char *buf, size_t size, off_t off, struct fuse_file_info *fi) argument
416 fuse_ll_create(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name, mode_t mode, struct fuse_file_info *fi, fuse_ino_t& ino) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dlowntfs.c625 const int fi = 1; local
[all...]
/haiku/src/tools/fs_shell/
H A Dfuse.cpp293 fuse_open(const char* path, struct fuse_file_info* fi) argument
172 fuse_readdir(const char* path, void* buf, fuse_fill_dir_t filler, off_t offset, struct fuse_file_info* fi) argument
309 fuse_read(const char* path, char* buf, size_t size, off_t offset, struct fuse_file_info* fi) argument
327 fuse_write(const char* path, const char* buf, size_t size, off_t offset, struct fuse_file_info* fi) argument

Completed in 99 milliseconds