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()
140 static struct fuse_req *__fuse_get_req(struct fuse_conn *fc, unsigned npages, in __fuse_get_req()
192 struct fuse_req *fuse_get_req(struct fuse_conn *fc, unsigned npages) in fuse_get_req()
198 struct fuse_req *fuse_get_req_for_background(struct fuse_conn *fc, in fuse_get_req_for_background()
210 static struct fuse_req *get_reserved_req(struct fuse_conn *fc, in get_reserved_req()
233 static void put_reserved_req(struct fuse_conn *fc, struct fuse_req *req) in put_reserved_req()
260 struct fuse_req *fuse_get_req_nofail_nopages(struct fuse_conn *fc, in fuse_get_req_nofail_nopages()
282 void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req) in fuse_put_request()
334 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget()
354 static void flush_bg_queue(struct fuse_conn *fc) in flush_bg_queue()
379 static void request_end(struct fuse_conn *fc, struct fuse_req *req) in request_end()
432 static void request_wait_answer(struct fuse_conn *fc, struct fuse_req *req) in request_wait_answer()
477 static void __fuse_request_send(struct fuse_conn *fc, struct fuse_req *req) in __fuse_request_send()
500 void fuse_request_send(struct fuse_conn *fc, struct fuse_req *req) in fuse_request_send()
511 static void fuse_adjust_compat(struct fuse_conn *fc, struct fuse_args *args) in fuse_adjust_compat()
544 ssize_t fuse_simple_request(struct fuse_conn *fc, struct fuse_args *args) in fuse_simple_request()
581 void fuse_request_send_background_locked(struct fuse_conn *fc, in fuse_request_send_background_locked()
601 void fuse_request_send_background(struct fuse_conn *fc, struct fuse_req *req) in fuse_request_send_background()
617 static int fuse_request_send_notify_reply(struct fuse_conn *fc, in fuse_request_send_notify_reply()
638 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_force_forget()
1211 static int fuse_read_forget(struct fuse_conn *fc, struct fuse_iqueue *fiq, in fuse_read_forget()
1235 struct fuse_conn *fc = fud->fc; in fuse_dev_do_read()
1414 static int fuse_notify_poll(struct fuse_conn *fc, unsigned int size, in fuse_notify_poll()
1435 static int fuse_notify_inval_inode(struct fuse_conn *fc, unsigned int size, in fuse_notify_inval_inode()
1463 static int fuse_notify_inval_entry(struct fuse_conn *fc, unsigned int size, in fuse_notify_inval_entry()
1513 static int fuse_notify_delete(struct fuse_conn *fc, unsigned int size, in fuse_notify_delete()
1564 static int fuse_notify_store(struct fuse_conn *fc, unsigned int size, in fuse_notify_store()
1650 static void fuse_retrieve_end(struct fuse_conn *fc, struct fuse_req *req) in fuse_retrieve_end()
1655 static int fuse_retrieve(struct fuse_conn *fc, struct inode *inode, in fuse_retrieve()
1724 static int fuse_notify_retrieve(struct fuse_conn *fc, unsigned int size, in fuse_notify_retrieve()
1761 static int fuse_notify(struct fuse_conn *fc, enum fuse_notify_code code, in fuse_notify()
1838 struct fuse_conn *fc = fud->fc; in fuse_dev_do_write()
2051 static void end_requests(struct fuse_conn *fc, struct list_head *head) in end_requests()
2063 static void end_polls(struct fuse_conn *fc) in end_polls()
2096 void fuse_abort_conn(struct fuse_conn *fc, bool is_abort) in fuse_abort_conn()
2153 void fuse_wait_aborted(struct fuse_conn *fc) in fuse_wait_aborted()
2163 struct fuse_conn *fc = fud->fc; in fuse_dev_release()
2196 static int fuse_device_clone(struct fuse_conn *fc, struct file *new) in fuse_device_clone()