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 mount_opts *mo;49 int debug;50 int deny_others;51 struct fuse_lowlevel_ops op;52 int got_init;53 struct cuse_data *cuse_data;[all …]