Symbol: fuse_file_info
headers/private/userlandfs/fuse/fuse.h
174
int (*open) (const char *, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
188
struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
199
struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
233
int (*flush) (const char *, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
249
int (*release) (const char *, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
258
int (*fsync) (const char *, int, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
282
int (*opendir) (const char *, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
306
struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
312
int (*releasedir) (const char *, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
321
int (*fsyncdir) (const char *, int, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
369
int (*create) (const char *, mode_t, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
383
int (*ftruncate) (const char *, off_t, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
397
int (*fgetattr) (const char *, struct stat *, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
431
int (*lock) (const char *, struct fuse_file_info *, int cmd,
headers/private/userlandfs/fuse/fuse.h
510
struct fuse_file_info *, unsigned int flags, void *data);
headers/private/userlandfs/fuse/fuse.h
529
int (*poll) (const char *, struct fuse_file_info *,
headers/private/userlandfs/fuse/fuse.h
541
struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
560
size_t size, off_t off, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
581
int (*flock) (const char *, struct fuse_file_info *, int op);
headers/private/userlandfs/fuse/fuse.h
594
struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse.h
820
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
829
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
831
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
833
off_t off, struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
836
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
838
size_t size, off_t off, struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
841
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
843
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
845
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
848
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
851
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
853
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
855
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
857
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
859
struct fuse_file_info *fi, int cmd, struct flock *lock);
headers/private/userlandfs/fuse/fuse.h
861
struct fuse_file_info *fi, int op);
headers/private/userlandfs/fuse/fuse.h
866
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse.h
886
struct fuse_file_info *fi, unsigned int flags, void *data);
headers/private/userlandfs/fuse/fuse.h
888
struct fuse_file_info *fi, struct fuse_pollhandle *ph,
headers/private/userlandfs/fuse/fuse.h
891
off_t offset, off_t length, struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_compat.h
27
int (*open) (const char *, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse_compat.h
29
struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse_compat.h
31
struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse_compat.h
33
int (*flush) (const char *, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse_compat.h
34
int (*release) (const char *, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse_compat.h
35
int (*fsync) (const char *, int, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse_compat.h
40
int (*opendir) (const char *, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse_compat.h
42
struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse_compat.h
43
int (*releasedir) (const char *, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse_compat.h
44
int (*fsyncdir) (const char *, int, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse_compat.h
48
int (*create) (const char *, mode_t, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse_compat.h
49
int (*ftruncate) (const char *, off_t, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse_compat.h
50
int (*fgetattr) (const char *, struct stat *, struct fuse_file_info *);
headers/private/userlandfs/fuse/fuse_lowlevel.h
1010
struct fuse_file_info *fi, int op);
headers/private/userlandfs/fuse/fuse_lowlevel.h
1030
off_t offset, off_t length, struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
1091
const struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
1132
int fuse_reply_open(fuse_req_t req, const struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
257
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
287
int to_set, struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
445
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
473
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
499
size_t size, off_t off, struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
531
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
558
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
575
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
599
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
623
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
642
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
662
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
802
mode_t mode, struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel.h
819
struct fuse_file_info *fi, struct flock *lock);
headers/private/userlandfs/fuse/fuse_lowlevel.h
846
struct fuse_file_info *fi,
headers/private/userlandfs/fuse/fuse_lowlevel.h
897
struct fuse_file_info *fi, unsigned flags,
headers/private/userlandfs/fuse/fuse_lowlevel.h
926
void (*poll) (fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi,
headers/private/userlandfs/fuse/fuse_lowlevel.h
957
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
18
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
20
int to_set, struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
35
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
37
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
39
size_t size, off_t off, struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
41
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
43
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
45
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
47
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
49
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
51
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
53
struct fuse_file_info *fi);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
63
mode_t mode, struct fuse_file_info *fi);
src/add-ons/kernel/file_systems/ntfs/libntfs/plugin.h
108
off_t offset, struct fuse_file_info *fi);
src/add-ons/kernel/file_systems/ntfs/libntfs/plugin.h
140
struct fuse_file_info *fi);
src/add-ons/kernel/file_systems/ntfs/libntfs/plugin.h
153
struct fuse_file_info *fi);
src/add-ons/kernel/file_systems/ntfs/libntfs/plugin.h
37
struct fuse_file_info;
src/add-ons/kernel/file_systems/ntfs/libntfs/plugin.h
72
struct fuse_file_info *fi);
src/add-ons/kernel/file_systems/ntfs/libntfs/plugin.h
83
struct fuse_file_info *fi);
src/add-ons/kernel/file_systems/ntfs/libntfs/plugin.h
94
off_t offset, struct fuse_file_info *fi);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
225
fuse_ll_open(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_info* ffi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
240
off_t position, fuse_file_info* ffi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
255
size_t size, off_t off, struct fuse_file_info *fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
268
fuse_ll_flush(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_info* ffi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
281
fuse_ll_release(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_file_info* ffi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
294
fuse_ll_fsync(const fuse_lowlevel_ops* ops, fuse_ino_t ino, int datasync, fuse_file_info* ffi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
307
fuse_ll_opendir(const fuse_lowlevel_ops* ops, fuse_ino_t inode, struct fuse_file_info* ffi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
328
size_t bufferSize, ReadDirBufferFiller filler, off_t pos, fuse_file_info* ffi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
347
fuse_ll_releasedir(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct fuse_file_info *fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
417
mode_t mode, struct fuse_file_info *fi, fuse_ino_t& ino)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
444
fuse_reply_create(fuse_req_t req, const struct fuse_entry_param* e, const struct fuse_file_info* fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
463
fuse_reply_open(fuse_req_t req, const struct fuse_file_info* f)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
54
struct fuse_file_info* fReplyOpen;
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
36
int fuse_ll_open(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct fuse_file_info *fi);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
38
off_t position, fuse_file_info* ffi);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
40
size_t size, off_t off, struct fuse_file_info *fi);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
41
int fuse_ll_flush(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct fuse_file_info *fi);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
42
int fuse_ll_release(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct fuse_file_info *fi);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
44
struct fuse_file_info *fi);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
45
int fuse_ll_opendir(const fuse_lowlevel_ops* ops, fuse_ino_t inode, struct fuse_file_info* ffi);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
47
char* buffer, size_t bufferSize, ReadDirBufferFiller filler, off_t pos, fuse_file_info* ffi);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
48
int fuse_ll_releasedir(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct fuse_file_info *fi);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
55
mode_t mode, struct fuse_file_info *fi, fuse_ino_t& ino);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp
1142
fuse_file_info cookie;
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp
145
struct FUSEVolume::DirCookie : fuse_file_info, RWLockable {
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp
1660
fuse_file_info cookie;
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp
1750
struct fuse_file_info llCookie = { 0 };
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp
176
struct FUSEVolume::FileCookie : fuse_file_info, RWLockable {
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSEVolume.cpp
848
fuse_file_info cookie;
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
100
off_t off, struct fuse_file_info* fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
110
size_t size, off_t off, struct fuse_file_info* fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
120
struct fuse_file_info* fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
129
fuse_fs_flush(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
147
fuse_fs_opendir(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
157
fuse_fill_dir_t filler, off_t off, struct fuse_file_info* fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
167
struct fuse_file_info* fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
177
struct fuse_file_info* fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
187
struct fuse_file_info* fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
196
fuse_fs_lock(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
234
struct fuse_file_info* fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
26
struct fuse_file_info* fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
346
struct fuse_file_info *fi, unsigned int flags, void *data)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
81
struct fuse_file_info* fi)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/fuse_fs.cpp
90
fuse_fs_open(struct fuse_fs* fs, const char* path, struct fuse_file_info* fi)
src/tools/fs_shell/fuse.cpp
173
off_t offset, struct fuse_file_info* fi)
src/tools/fs_shell/fuse.cpp
293
fuse_open(const char* path, struct fuse_file_info* fi)
src/tools/fs_shell/fuse.cpp
310
struct fuse_file_info* fi)
src/tools/fs_shell/fuse.cpp
328
struct fuse_file_info* fi)