Searched defs:fuse_session (Results 1 – 1 of 1) sorted by relevance
44 struct fuse_session { struct45 char *mountpoint;46 volatile int exited;47 int fd;48 struct fuse_custom_io *io;49 struct mount_opts *mo;50 int debug;51 int deny_others;52 struct fuse_lowlevel_ops op;53 int got_init;[all …]