Searched refs:fuse_file_info (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse.h147 * return an arbitrary filehandle in the fuse_file_info structure,
152 int (*open) (const char *, struct fuse_file_info *);
166 struct fuse_file_info *);
177 struct fuse_file_info *);
211 int (*flush) (const char *, struct fuse_file_info *);
227 int (*release) (const char *, struct fuse_file_info *);
236 int (*fsync) (const char *, int, struct fuse_file_info *);
257 int (*opendir) (const char *, struct fuse_file_info *);
281 struct fuse_file_info *);
287 int (*releasedir) (const char *, struct fuse_file_info *);
796 # define fuse_file_info macro
[all...]
H A Dfuse_lowlevel.h137 * Other pointer arguments (name, fuse_file_info, etc) are not valid
220 struct fuse_file_info *fi);
250 int to_set, struct fuse_file_info *fi);
381 * See fuse_file_info structure in <fuse_common.h> for more details.
392 struct fuse_file_info *fi);
418 struct fuse_file_info *fi);
444 size_t size, off_t off, struct fuse_file_info *fi);
476 struct fuse_file_info *fi);
503 struct fuse_file_info *fi);
520 struct fuse_file_info *f
1377 # define fuse_file_info macro
[all...]
H A Dfuse_compat.h27 int (*open) (const char *, struct fuse_file_info *);
29 struct fuse_file_info *);
31 struct fuse_file_info *);
33 int (*flush) (const char *, struct fuse_file_info *);
34 int (*release) (const char *, struct fuse_file_info *);
35 int (*fsync) (const char *, int, struct fuse_file_info *);
40 int (*opendir) (const char *, struct fuse_file_info *);
42 struct fuse_file_info *);
43 int (*releasedir) (const char *, struct fuse_file_info *);
44 int (*fsyncdir) (const char *, int, struct fuse_file_info *);
[all...]
H A Dfuse_lowlevel_compat.h18 struct fuse_file_info *fi);
20 int to_set, struct fuse_file_info *fi);
35 struct fuse_file_info *fi);
37 struct fuse_file_info *fi);
39 size_t size, off_t off, struct fuse_file_info *fi);
41 struct fuse_file_info *fi);
43 struct fuse_file_info *fi);
45 struct fuse_file_info *fi);
47 struct fuse_file_info *fi);
49 struct fuse_file_info *f
[all...]
H A Dfuse_common.h44 struct fuse_file_info { struct
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp26 struct fuse_file_info* fi)
81 struct fuse_file_info* fi)
90 fuse_fs_open(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi)
100 off_t off, struct fuse_file_info* fi)
110 size_t size, off_t off, struct fuse_file_info* fi)
120 struct fuse_file_info* fi)
129 fuse_fs_flush(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi)
147 fuse_fs_opendir(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi)
157 fuse_fill_dir_t filler, off_t off, struct fuse_file_info* fi)
167 struct fuse_file_info* f
[all...]
H A DFUSEVolume.cpp146 struct FUSEVolume::DirCookie : fuse_file_info, RWLockable {
177 struct FUSEVolume::FileCookie : fuse_file_info, RWLockable {
/haiku-fatelf/src/tools/fs_shell/
H A Dfuse.cpp172 off_t offset, struct fuse_file_info* fi)
292 fuse_open(const char* path, struct fuse_file_info* fi)
309 struct fuse_file_info* fi)
327 struct fuse_file_info* fi)

Completed in 69 milliseconds