Lines Matching refs:fc
125 struct fuse_conn *fc; member
636 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget,
655 struct fuse_file *fuse_file_alloc(struct fuse_conn *fc);
676 int fuse_notify_poll_wakeup(struct fuse_conn *fc,
737 struct fuse_req *fuse_get_req(struct fuse_conn *fc, unsigned npages);
738 struct fuse_req *fuse_get_req_for_background(struct fuse_conn *fc,
750 static inline struct fuse_req *fuse_get_req_nopages(struct fuse_conn *fc) in fuse_get_req_nopages() argument
752 return fuse_get_req(fc, 0); in fuse_get_req_nopages()
758 struct fuse_req *fuse_get_req_nofail_nopages(struct fuse_conn *fc,
765 void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req);
770 void fuse_request_send(struct fuse_conn *fc, struct fuse_req *req);
775 void fuse_request_send_background(struct fuse_conn *fc, struct fuse_req *req);
777 void fuse_request_send_background_locked(struct fuse_conn *fc,
781 void fuse_abort_conn(struct fuse_conn *fc);
793 struct fuse_conn *fuse_conn_get(struct fuse_conn *fc);
795 void fuse_conn_kill(struct fuse_conn *fc);
800 void fuse_conn_init(struct fuse_conn *fc);
805 void fuse_conn_put(struct fuse_conn *fc);
810 int fuse_ctl_add_conn(struct fuse_conn *fc);
815 void fuse_ctl_remove_conn(struct fuse_conn *fc);
825 int fuse_allow_current_process(struct fuse_conn *fc);
827 u64 fuse_lock_owner_id(struct fuse_conn *fc, fl_owner_t id);
837 u64 fuse_get_attr_version(struct fuse_conn *fc);
858 int fuse_do_open(struct fuse_conn *fc, u64 nodeid, struct file *file,