Symbol: fuse_ino_t
headers/private/userlandfs/fuse/fuse_lowlevel.h
1009
void (*flock) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel.h
1029
void (*fallocate) (fuse_req_t req, fuse_ino_t ino, int mode,
headers/private/userlandfs/fuse/fuse_lowlevel.h
1343
int fuse_lowlevel_notify_inval_inode(struct fuse_chan *ch, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel.h
1360
int fuse_lowlevel_notify_inval_entry(struct fuse_chan *ch, fuse_ino_t parent,
headers/private/userlandfs/fuse/fuse_lowlevel.h
1380
fuse_ino_t parent, fuse_ino_t child,
headers/private/userlandfs/fuse/fuse_lowlevel.h
1404
int fuse_lowlevel_notify_store(struct fuse_chan *ch, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel.h
1432
int fuse_lowlevel_notify_retrieve(struct fuse_chan *ch, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel.h
205
void (*lookup) (fuse_req_t req, fuse_ino_t parent, const char *name);
headers/private/userlandfs/fuse/fuse_lowlevel.h
243
void (*forget) (fuse_req_t req, fuse_ino_t ino, unsigned long nlookup);
headers/private/userlandfs/fuse/fuse_lowlevel.h
256
void (*getattr) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel.h
286
void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr,
headers/private/userlandfs/fuse/fuse_lowlevel.h
299
void (*readlink) (fuse_req_t req, fuse_ino_t ino);
headers/private/userlandfs/fuse/fuse_lowlevel.h
317
void (*mknod) (fuse_req_t req, fuse_ino_t parent, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel.h
332
void (*mkdir) (fuse_req_t req, fuse_ino_t parent, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel.h
350
void (*unlink) (fuse_req_t req, fuse_ino_t parent, const char *name);
headers/private/userlandfs/fuse/fuse_lowlevel.h
367
void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name);
headers/private/userlandfs/fuse/fuse_lowlevel.h
381
void (*symlink) (fuse_req_t req, const char *link, fuse_ino_t parent,
headers/private/userlandfs/fuse/fuse_lowlevel.h
401
void (*rename) (fuse_req_t req, fuse_ino_t parent, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel.h
402
fuse_ino_t newparent, const char *newname);
headers/private/userlandfs/fuse/fuse_lowlevel.h
416
void (*link) (fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent,
headers/private/userlandfs/fuse/fuse_lowlevel.h
444
void (*open) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel.h
472
void (*read) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
headers/private/userlandfs/fuse/fuse_lowlevel.h
498
void (*write) (fuse_req_t req, fuse_ino_t ino, const char *buf,
headers/private/userlandfs/fuse/fuse_lowlevel.h
530
void (*flush) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel.h
557
void (*release) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel.h
574
void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync,
headers/private/userlandfs/fuse/fuse_lowlevel.h
598
void (*opendir) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel.h
622
void (*readdir) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
headers/private/userlandfs/fuse/fuse_lowlevel.h
641
void (*releasedir) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel.h
661
void (*fsyncdir) (fuse_req_t req, fuse_ino_t ino, int datasync,
headers/private/userlandfs/fuse/fuse_lowlevel.h
674
void (*statfs) (fuse_req_t req, fuse_ino_t ino);
headers/private/userlandfs/fuse/fuse_lowlevel.h
682
void (*setxattr) (fuse_req_t req, fuse_ino_t ino, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel.h
708
void (*getxattr) (fuse_req_t req, fuse_ino_t ino, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel.h
734
void (*listxattr) (fuse_req_t req, fuse_ino_t ino, size_t size);
headers/private/userlandfs/fuse/fuse_lowlevel.h
746
void (*removexattr) (fuse_req_t req, fuse_ino_t ino, const char *name);
headers/private/userlandfs/fuse/fuse_lowlevel.h
76
fuse_ino_t ino;
headers/private/userlandfs/fuse/fuse_lowlevel.h
766
void (*access) (fuse_req_t req, fuse_ino_t ino, int mask);
headers/private/userlandfs/fuse/fuse_lowlevel.h
801
void (*create) (fuse_req_t req, fuse_ino_t parent, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel.h
818
void (*getlk) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel.h
845
void (*setlk) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel.h
866
void (*bmap) (fuse_req_t req, fuse_ino_t ino, size_t blocksize,
headers/private/userlandfs/fuse/fuse_lowlevel.h
896
void (*ioctl) (fuse_req_t req, fuse_ino_t ino, int cmd, void *arg,
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
955
void (*write_buf) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel.h
973
void (*retrieve_reply) (fuse_req_t req, void *cookie, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
101
void (*open) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
103
void (*read) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
105
void (*write) (fuse_req_t req, fuse_ino_t ino, const char *buf,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
107
void (*flush) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
109
void (*release) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
111
void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
113
void (*opendir) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
115
void (*readdir) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
117
void (*releasedir) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
119
void (*fsyncdir) (fuse_req_t req, fuse_ino_t ino, int datasync,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
122
void (*setxattr) (fuse_req_t req, fuse_ino_t ino, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
124
void (*getxattr) (fuse_req_t req, fuse_ino_t ino, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
126
void (*listxattr) (fuse_req_t req, fuse_ino_t ino, size_t size);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
127
void (*removexattr) (fuse_req_t req, fuse_ino_t ino, const char *name);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
128
void (*access) (fuse_req_t req, fuse_ino_t ino, int mask);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
129
void (*create) (fuse_req_t req, fuse_ino_t parent, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
15
void (*lookup) (fuse_req_t req, fuse_ino_t parent, const char *name);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
16
void (*forget) (fuse_req_t req, fuse_ino_t ino, unsigned long nlookup);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
17
void (*getattr) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
19
void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
21
void (*readlink) (fuse_req_t req, fuse_ino_t ino);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
22
void (*mknod) (fuse_req_t req, fuse_ino_t parent, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
24
void (*mkdir) (fuse_req_t req, fuse_ino_t parent, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
26
void (*unlink) (fuse_req_t req, fuse_ino_t parent, const char *name);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
27
void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
28
void (*symlink) (fuse_req_t req, const char *link, fuse_ino_t parent,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
30
void (*rename) (fuse_req_t req, fuse_ino_t parent, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
31
fuse_ino_t newparent, const char *newname);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
32
void (*link) (fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
34
void (*open) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
36
void (*read) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
38
void (*write) (fuse_req_t req, fuse_ino_t ino, const char *buf,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
40
void (*flush) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
42
void (*release) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
44
void (*fsync) (fuse_req_t req, fuse_ino_t ino, int datasync,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
46
void (*opendir) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
48
void (*readdir) (fuse_req_t req, fuse_ino_t ino, size_t size, off_t off,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
50
void (*releasedir) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
52
void (*fsyncdir) (fuse_req_t req, fuse_ino_t ino, int datasync,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
55
void (*setxattr) (fuse_req_t req, fuse_ino_t ino, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
57
void (*getxattr) (fuse_req_t req, fuse_ino_t ino, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
59
void (*listxattr) (fuse_req_t req, fuse_ino_t ino, size_t size);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
60
void (*removexattr) (fuse_req_t req, fuse_ino_t ino, const char *name);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
61
void (*access) (fuse_req_t req, fuse_ino_t ino, int mask);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
62
void (*create) (fuse_req_t req, fuse_ino_t parent, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
82
void (*lookup) (fuse_req_t req, fuse_ino_t parent, const char *name);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
83
void (*forget) (fuse_req_t req, fuse_ino_t ino, unsigned long nlookup);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
84
void (*getattr) (fuse_req_t req, fuse_ino_t ino,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
86
void (*setattr) (fuse_req_t req, fuse_ino_t ino, struct stat *attr,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
88
void (*readlink) (fuse_req_t req, fuse_ino_t ino);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
89
void (*mknod) (fuse_req_t req, fuse_ino_t parent, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
91
void (*mkdir) (fuse_req_t req, fuse_ino_t parent, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
93
void (*unlink) (fuse_req_t req, fuse_ino_t parent, const char *name);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
94
void (*rmdir) (fuse_req_t req, fuse_ino_t parent, const char *name);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
95
void (*symlink) (fuse_req_t req, const char *link, fuse_ino_t parent,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
97
void (*rename) (fuse_req_t req, fuse_ino_t parent, const char *name,
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
98
fuse_ino_t newparent, const char *newname);
headers/private/userlandfs/fuse/fuse_lowlevel_compat.h
99
void (*link) (fuse_req_t req, fuse_ino_t ino, fuse_ino_t newparent,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
100
fuse_ll_getattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct stat* st)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
114
fuse_ll_setattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const struct stat *attr,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
129
fuse_ll_readlink(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
143
fuse_ll_mkdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
157
fuse_ll_unlink(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
170
fuse_ll_rmdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
183
fuse_ll_symlink(const fuse_lowlevel_ops* ops, const char* link, fuse_ino_t parent,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
197
fuse_ll_rename(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
198
fuse_ino_t newparent, const char *newname)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
211
fuse_ll_link(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_ino_t newparent,
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
239
fuse_ll_read(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t bufferSize,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
254
fuse_ll_write(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const char *buf,
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
327
fuse_ll_readdir(const fuse_lowlevel_ops* ops, fuse_ino_t ino, void* cookie, char* buffer,
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
360
fuse_ll_statfs(const fuse_lowlevel_ops* ops, fuse_ino_t inode, struct statvfs* stat)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
374
fuse_ll_getxattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const char *name,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
389
fuse_ll_listxattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
403
fuse_ll_access(const fuse_lowlevel_ops* ops, fuse_ino_t ino, int mask)
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.cpp
416
fuse_ll_create(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name,
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
84
fuse_ll_lookup(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
20
int fuse_ll_lookup(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
22
int fuse_ll_getattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, struct stat* st);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
23
int fuse_ll_setattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const struct stat *attr,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
25
int fuse_ll_readlink(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
26
int fuse_ll_mkdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
28
int fuse_ll_unlink(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
29
int fuse_ll_rmdir(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
30
int fuse_ll_symlink(const fuse_lowlevel_ops* ops, const char* link, fuse_ino_t parent,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
32
int fuse_ll_rename(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
33
fuse_ino_t newparent, const char *newname);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
34
int fuse_ll_link(const fuse_lowlevel_ops* ops, fuse_ino_t ino, fuse_ino_t newparent,
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
37
int fuse_ll_read(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t bufferSize,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
39
int fuse_ll_write(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const char *buf,
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
43
int fuse_ll_fsync(const fuse_lowlevel_ops* ops, fuse_ino_t ino, int datasync,
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
46
int fuse_ll_readdir(const fuse_lowlevel_ops* ops, fuse_ino_t ino, void* cookie,
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
49
int fuse_ll_statfs(const fuse_lowlevel_ops* ops, fuse_ino_t inode, struct statvfs* stat);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
50
int fuse_ll_getxattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, const char *name,
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
52
int fuse_ll_listxattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
53
int fuse_ll_access(const fuse_lowlevel_ops* ops, fuse_ino_t ino, int mask);
src/add-ons/kernel/file_systems/userlandfs/server/fuse/FUSELowLevel.h
54
int fuse_ll_create(const fuse_lowlevel_ops* ops, fuse_ino_t parent, const char *name,
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
1661
fuse_ino_t ino;