fuse_operations

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
extern (System)
struct fuse_operations {}

Members

Variables

access
int function(const char*, int) access;
Undocumented in source.
bmap
int function(const char*, size_t, uint64_t*) bmap;
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.
flag_nullpath_ok
uint flag_nullpath_ok;
Undocumented in source.
flag_reserved
uint flag_reserved;
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*, char*, char*, size_t) getxattr;
Undocumented in source.
init
void* function(fuse_conn_info* conn) init;
Undocumented in source.
ioctl
int function(const char*, int, void*, fuse_file_info*, uint, void*) ioctl;
Undocumented in source.
link
int function(const char*, char*) link;
Undocumented in source.
listxattr
int function(const char*, char*, size_t) listxattr;
Undocumented in source.
lock
int function(const char*, fuse_file_info*, int cmd, _flock*) lock;
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.
poll
int function(const char*, fuse_file_info*, fuse_pollhandle*, uint*) poll;
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*, 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*, char*, char*, size_t, int) setxattr;
Undocumented in source.
statfs
int function(const char*, statvfs_t*) statfs;
Undocumented in source.
symlink
int function(const char*, 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.
utimens
int function(const char*, const timespec) utimens;
Undocumented in source.
write
int function(const char*, char*, size_t, off_t, fuse_file_info*) write;
Undocumented in source.

Meta