fuse_operations_compat25

Undocumented in source.
struct fuse_operations_compat25 {}

Members

Variables

access
int function(const char*, int) access;
Undocumented in source.
chmod
int function(const char*, mode_t) chmod;
Undocumented in source.
chown
int function(const char*, uid_t, gid_t) chown;
Undocumented in source.
create
int function(const char*, mode_t, fuse_file_info*) create;
Undocumented in source.
destroy
void function(void*) destroy;
Undocumented in source.
fgetattr
int function(const char*, stat_t*, fuse_file_info*) fgetattr;
Undocumented in source.
flush
int function(const char*, fuse_file_info*) flush;
Undocumented in source.
fsync
int function(const char*, int, fuse_file_info*) fsync;
Undocumented in source.
fsyncdir
int function(const char*, int, fuse_file_info*) fsyncdir;
Undocumented in source.
ftruncate
int function(const char*, off_t, fuse_file_info*) ftruncate;
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) getdir;
Undocumented in source.
getxattr
int function(const char*, const char*, char*, size_t) getxattr;
Undocumented in source.
init
void* function() init;
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*, fuse_file_info*) open;
Undocumented in source.
opendir
int function(const char*, fuse_file_info*) opendir;
Undocumented in source.
read
int function(const char*, char*, size_t, off_t, fuse_file_info*) read;
Undocumented in source.
readdir
int function(const char*, void*, fuse_fill_dir_t, off_t, fuse_file_info*) readdir;
Undocumented in source.
readlink
int function(const char*, char*, size_t) readlink;
Undocumented in source.
release
int function(const char*, fuse_file_info*) release;
Undocumented in source.
releasedir
int function(const char*, fuse_file_info*) releasedir;
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*, statvfs_t*) 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, fuse_file_info*) write;
Undocumented in source.

Meta