- chmod
int function(const char*, mode_t) chmod;
Undocumented in source.
- chown
int function(const char*, uid_t, gid_t) chown;
Undocumented in source.
- destroy
void function(void*) destroy;
Undocumented in source.
- flush
int function(const char*, fuse_file_info_compat*) flush;
Undocumented in source.
- fsync
int function(const char*, int, fuse_file_info_compat*) fsync;
Undocumented in source.
- fsyncdir
int function(const char*, int, fuse_file_info_compat*) fsyncdir;
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_compat*) open;
Undocumented in source.
- opendir
int function(const char*, fuse_file_info_compat*) opendir;
Undocumented in source.
- read
int function(const char*, char*, size_t, off_t, fuse_file_info_compat*) read;
Undocumented in source.
- readdir
int function(const char*, void*, fuse_fill_dir_t, off_t, fuse_file_info_compat*) readdir;
Undocumented in source.
- readlink
int function(const char*, char*, size_t) readlink;
Undocumented in source.
- release
int function(const char*, fuse_file_info_compat*) release;
Undocumented in source.
- releasedir
int function(const char*, fuse_file_info_compat*) 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*, .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, fuse_file_info_compat*) write;
Undocumented in source.