Lines Matching refs:fuse_conn

118 void fuse_set_initialized(struct fuse_conn *fc)  in fuse_set_initialized()
125 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc()
130 static void fuse_drop_waiting(struct fuse_conn *fc) in fuse_drop_waiting()
144 static struct fuse_req *__fuse_get_req(struct fuse_conn *fc, unsigned npages, in __fuse_get_req()
196 struct fuse_req *fuse_get_req(struct fuse_conn *fc, unsigned npages) in fuse_get_req()
202 struct fuse_req *fuse_get_req_for_background(struct fuse_conn *fc, in fuse_get_req_for_background()
214 static struct fuse_req *get_reserved_req(struct fuse_conn *fc, in get_reserved_req()
237 static void put_reserved_req(struct fuse_conn *fc, struct fuse_req *req) in put_reserved_req()
264 struct fuse_req *fuse_get_req_nofail_nopages(struct fuse_conn *fc, in fuse_get_req_nofail_nopages()
286 void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req) in fuse_put_request()
338 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget()
358 static void flush_bg_queue(struct fuse_conn *fc) in flush_bg_queue()
383 static void request_end(struct fuse_conn *fc, struct fuse_req *req) in request_end()
443 static void request_wait_answer(struct fuse_conn *fc, struct fuse_req *req) in request_wait_answer()
488 static void __fuse_request_send(struct fuse_conn *fc, struct fuse_req *req) in __fuse_request_send()
511 void fuse_request_send(struct fuse_conn *fc, struct fuse_req *req) in fuse_request_send()
522 static void fuse_adjust_compat(struct fuse_conn *fc, struct fuse_args *args) in fuse_adjust_compat()
555 ssize_t fuse_simple_request(struct fuse_conn *fc, struct fuse_args *args) in fuse_simple_request()
592 void fuse_request_send_background_locked(struct fuse_conn *fc, in fuse_request_send_background_locked()
612 void fuse_request_send_background(struct fuse_conn *fc, struct fuse_req *req) in fuse_request_send_background()
628 static int fuse_request_send_notify_reply(struct fuse_conn *fc, in fuse_request_send_notify_reply()
649 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_force_forget()
1246 static int fuse_read_forget(struct fuse_conn *fc, struct fuse_iqueue *fiq, in fuse_read_forget()
1270 struct fuse_conn *fc = fud->fc; in fuse_dev_do_read()
1463 static int fuse_notify_poll(struct fuse_conn *fc, unsigned int size, in fuse_notify_poll()
1484 static int fuse_notify_inval_inode(struct fuse_conn *fc, unsigned int size, in fuse_notify_inval_inode()
1512 static int fuse_notify_inval_entry(struct fuse_conn *fc, unsigned int size, in fuse_notify_inval_entry()
1562 static int fuse_notify_delete(struct fuse_conn *fc, unsigned int size, in fuse_notify_delete()
1613 static int fuse_notify_store(struct fuse_conn *fc, unsigned int size, in fuse_notify_store()
1699 static void fuse_retrieve_end(struct fuse_conn *fc, struct fuse_req *req) in fuse_retrieve_end()
1704 static int fuse_retrieve(struct fuse_conn *fc, struct inode *inode, in fuse_retrieve()
1775 static int fuse_notify_retrieve(struct fuse_conn *fc, unsigned int size, in fuse_notify_retrieve()
1812 static int fuse_notify(struct fuse_conn *fc, enum fuse_notify_code code, in fuse_notify()
1889 struct fuse_conn *fc = fud->fc; in fuse_dev_do_write()
2112 static void end_requests(struct fuse_conn *fc, struct list_head *head) in end_requests()
2124 static void end_polls(struct fuse_conn *fc) in end_polls()
2157 void fuse_abort_conn(struct fuse_conn *fc, bool is_abort) in fuse_abort_conn()
2214 void fuse_wait_aborted(struct fuse_conn *fc) in fuse_wait_aborted()
2226 struct fuse_conn *fc = fud->fc; in fuse_dev_release()
2259 static int fuse_device_clone(struct fuse_conn *fc, struct file *new) in fuse_device_clone()