fuse_operations_compat2

Undocumented in source.

Members

Variables

chmod
int function(const char*, mode_t) chmod;
Undocumented in source.
chown
int function(const char*, uid_t, gid_t) chown;
Undocumented in source.
flush
int function(const char*) flush;
Undocumented in source.
fsync
int function(const char*, int) fsync;
Undocumented in source.
getattr
int function(const char*, stat_t*) getattr;
Undocumented in source.
getdir
int function(const char*, fuse_dirh_t, fuse_dirfil_t_compat) getdir;
Undocumented in source.
getxattr
int function(const char*, const char*, char*, size_t) getxattr;
Undocumented in source.
link
int function(const char*, const char*) link;
Undocumented in source.
listxattr
int function(const char*, char*, size_t) listxattr;
Undocumented in source.
mkdir
int function(const char*, mode_t) mkdir;
Undocumented in source.
mknod
int function(const char*, mode_t, dev_t) mknod;
Undocumented in source.
open
int function(const char*, int) open;
Undocumented in source.
read
int function(const char*, char*, size_t, off_t) read;
Undocumented in source.
readlink
int function(const char*, char*, size_t) readlink;
Undocumented in source.
release
int function(const char*, int) release;
Undocumented in source.
removexattr
int function(const char*, const char*) removexattr;
Undocumented in source.
rename
int function(const char*, const char*) rename;
Undocumented in source.
rmdir
int function(const char*) rmdir;
Undocumented in source.
setxattr
int function(const char*, const char*, const char*, size_t, int) setxattr;
Undocumented in source.
statfs
int function(const char*, .statfs*) statfs;
Undocumented in source.
symlink
int function(const char*, const char*) symlink;
Undocumented in source.
truncate
int function(const char*, off_t) truncate;
Undocumented in source.
unlink
int function(const char*) unlink;
Undocumented in source.
utime
int function(const char*, utimbuf*) utime;
Undocumented in source.
write
int function(const char*, const char*, size_t, off_t) write;
Undocumented in source.

Meta