#include "fuse_opt.h"
#include <stdint.h>
#include "fuse_common_compat.h"
Go to the source code of this file.
Classes | |
struct | fuse_conn_info |
struct | fuse_file_info |
Defines | |
#define | FUSE_CAP_ASYNC_READ (1 << 0) |
#define | FUSE_CAP_ATOMIC_O_TRUNC (1 << 3) |
#define | FUSE_CAP_BIG_WRITES (1 << 5) |
#define | FUSE_CAP_DONT_MASK (1 << 6) |
#define | FUSE_CAP_EXPORT_SUPPORT (1 << 4) |
#define | FUSE_CAP_POSIX_LOCKS (1 << 1) |
#define | FUSE_IOCTL_COMPAT (1 << 0) |
#define | FUSE_IOCTL_MAX_IOV 256 |
#define | FUSE_IOCTL_RETRY (1 << 2) |
#define | FUSE_IOCTL_UNRESTRICTED (1 << 1) |
#define | FUSE_MAJOR_VERSION 2 |
#define | FUSE_MAKE_VERSION(maj, min) ((maj) * 10 + (min)) |
#define | FUSE_MINOR_VERSION 8 |
#define | fuse_unmount fuse_unmount_compat22 |
#define | FUSE_VERSION FUSE_MAKE_VERSION(FUSE_MAJOR_VERSION, FUSE_MINOR_VERSION) |
Functions | |
int | fuse_daemonize (int foreground) |
struct fuse_chan * | fuse_mount (const char *mountpoint, struct fuse_args *args) |
int | fuse_parse_cmdline (struct fuse_args *args, char **mountpoint, int *multithreaded, int *foreground) |
void | fuse_pollhandle_destroy (struct fuse_pollhandle *ph) |
void | fuse_remove_signal_handlers (struct fuse_session *se) |
int | fuse_set_signal_handlers (struct fuse_session *se) |
void | fuse_unmount (const char *mountpoint, struct fuse_chan *ch) |
int | fuse_version (void) |
Definition in file fuse_common.h.