- chmod
int function(const char*, mode_t) chmod;
Undocumented in source.
- chown
int function(const char*, uid_t, gid_t) chown;
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.
- link
int function(const char*, const char*) link;
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.
- rename
int function(const char*, const char*) rename;
Undocumented in source.
- rmdir
int function(const char*) rmdir;
Undocumented in source.
- statfs
int function(fuse_statfs_compat1*) 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.