Lines Matching refs:fuse_conn
125 struct fuse_conn;
130 struct fuse_conn *fc;
385 void (*end)(struct fuse_conn *, struct fuse_req *);
440 struct fuse_conn *fc;
456 struct fuse_conn { struct
675 void (*release)(struct fuse_conn *); argument
687 static inline struct fuse_conn *get_fuse_conn_super(struct super_block *sb) in get_fuse_conn_super() argument
692 static inline struct fuse_conn *get_fuse_conn(struct inode *inode) in get_fuse_conn()
742 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
761 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc);
781 int fuse_notify_poll_wakeup(struct fuse_conn *fc,
842 struct fuse_req *fuse_get_req(struct fuse_conn *fc, unsigned npages);
843 struct fuse_req *fuse_get_req_for_background(struct fuse_conn *fc,
854 struct fuse_req *fuse_get_req_nofail_nopages(struct fuse_conn *fc,
861 void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req);
866 void fuse_request_send(struct fuse_conn *fc, struct fuse_req *req);
871 ssize_t fuse_simple_request(struct fuse_conn *fc, struct fuse_args *args);
876 void fuse_request_send_background(struct fuse_conn *fc, struct fuse_req *req);
878 void fuse_request_send_background_locked(struct fuse_conn *fc,
882 void fuse_abort_conn(struct fuse_conn *fc, bool is_abort);
883 void fuse_wait_aborted(struct fuse_conn *fc);
897 struct fuse_conn *fuse_conn_get(struct fuse_conn *fc);
902 void fuse_conn_init(struct fuse_conn *fc, struct user_namespace *user_ns);
907 void fuse_conn_put(struct fuse_conn *fc);
909 struct fuse_dev *fuse_dev_alloc(struct fuse_conn *fc);
915 int fuse_ctl_add_conn(struct fuse_conn *fc);
920 void fuse_ctl_remove_conn(struct fuse_conn *fc);
932 int fuse_allow_current_process(struct fuse_conn *fc);
934 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
945 u64 fuse_get_attr_version(struct fuse_conn *fc);
966 int fuse_do_open(struct fuse_conn *fc, u64 nodeid, struct file *file,
996 void fuse_set_initialized(struct fuse_conn *fc);