Lines Matching refs:fuse_conn
165 struct fuse_conn;
171 struct fuse_conn *fc;
258 void (*end)(struct fuse_conn *fc, struct fuse_args *args, int error);
467 struct fuse_conn *fc;
507 struct fuse_conn { struct
754 void (*release)(struct fuse_conn *); argument
766 static inline struct fuse_conn *get_fuse_conn_super(struct super_block *sb) in get_fuse_conn_super() argument
771 static inline struct fuse_conn *get_fuse_conn(struct inode *inode) in get_fuse_conn()
791 static inline u64 fuse_get_attr_version(struct fuse_conn *fc) in fuse_get_attr_version()
830 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
868 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc);
888 int fuse_notify_poll_wakeup(struct fuse_conn *fc,
936 ssize_t fuse_simple_request(struct fuse_conn *fc, struct fuse_args *args);
937 int fuse_simple_background(struct fuse_conn *fc, struct fuse_args *args,
943 void fuse_request_end(struct fuse_conn *fc, struct fuse_req *req);
946 void fuse_abort_conn(struct fuse_conn *fc);
947 void fuse_wait_aborted(struct fuse_conn *fc);
964 struct fuse_conn *fuse_conn_get(struct fuse_conn *fc);
969 void fuse_conn_init(struct fuse_conn *fc, struct user_namespace *user_ns,
975 void fuse_conn_put(struct fuse_conn *fc);
977 struct fuse_dev *fuse_dev_alloc_install(struct fuse_conn *fc);
979 void fuse_dev_install(struct fuse_dev *fud, struct fuse_conn *fc);
981 void fuse_send_init(struct fuse_conn *fc);
1000 int fuse_ctl_add_conn(struct fuse_conn *fc);
1005 void fuse_ctl_remove_conn(struct fuse_conn *fc);
1017 int fuse_allow_current_process(struct fuse_conn *fc);
1019 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
1049 int fuse_do_open(struct fuse_conn *fc, u64 nodeid, struct file *file,
1079 void fuse_set_initialized(struct fuse_conn *fc);
1111 void fuse_free_conn(struct fuse_conn *fc);