Structs§
- __
Bindgen Bitfield Unit - fuse
- Handle for a FUSE filesystem
- fuse_
args - Argument list
- fuse_
conn_ info - Connection information, passed to the ->init() method
- fuse_
context - Extra context that may be needed by some filesystems
- fuse_
dirhandle - fuse_
file_ info - Information about open files
- fuse_
operations - The file system operations:
- fuse_
opt - Option description
- setattr_
x
Functions§
- fuse_
get_ ⚠context - Get the current context
- fuse_
main_ ⚠real - The real main function
- fuse_
opt_ ⚠add_ arg - Add an argument to a NULL terminated argument vector
- fuse_
opt_ ⚠add_ opt - Add an option to a comma separated option list
- fuse_
opt_ ⚠free_ args - Free the contents of argument list
- fuse_
opt_ ⚠insert_ arg - Add an argument at the specified position in a NULL terminated argument vector
- fuse_
opt_ ⚠match - Check if an option matches
- fuse_
opt_ ⚠parse - Option parsing function
Type Aliases§
- fuse_
dirfil_ t - fuse_
dirh_ t - fuse_
fill_ dir_ t - Function to add an entry in a readdir() operation
- fuse_
opt_ proc_ t - Processing function