[][src]Crate yarf_sys

Structs

__BindgenBitfieldUnit
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 Definitions

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