Lines Matching defs:fc

134 void fuse_set_initialized(struct fuse_conn *fc)  in fuse_set_initialized()
141 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc()
146 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()
283 void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req) in fuse_put_request()
335 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget()
355 static void flush_bg_queue(struct fuse_conn *fc) in flush_bg_queue()
380 static void request_end(struct fuse_conn *fc, struct fuse_req *req) in request_end()
429 static void request_wait_answer(struct fuse_conn *fc, struct fuse_req *req) in request_wait_answer()
479 static void __fuse_request_send(struct fuse_conn *fc, struct fuse_req *req) in __fuse_request_send()
502 void fuse_request_send(struct fuse_conn *fc, struct fuse_req *req) in fuse_request_send()
513 static void fuse_adjust_compat(struct fuse_conn *fc, struct fuse_args *args) in fuse_adjust_compat()
546 ssize_t fuse_simple_request(struct fuse_conn *fc, struct fuse_args *args) in fuse_simple_request()
583 void fuse_request_send_background_locked(struct fuse_conn *fc, in fuse_request_send_background_locked()
604 void fuse_request_send_background(struct fuse_conn *fc, struct fuse_req *req) in fuse_request_send_background()
620 static int fuse_request_send_notify_reply(struct fuse_conn *fc, in fuse_request_send_notify_reply()
641 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_force_forget() local
1215 static int fuse_read_forget(struct fuse_conn *fc, struct fuse_iqueue *fiq, in fuse_read_forget()
1239 struct fuse_conn *fc = fud->fc; in fuse_dev_do_read() local
1444 static int fuse_notify_poll(struct fuse_conn *fc, unsigned int size, in fuse_notify_poll()
1465 static int fuse_notify_inval_inode(struct fuse_conn *fc, unsigned int size, in fuse_notify_inval_inode()
1493 static int fuse_notify_inval_entry(struct fuse_conn *fc, unsigned int size, in fuse_notify_inval_entry()
1544 static int fuse_notify_delete(struct fuse_conn *fc, unsigned int size, in fuse_notify_delete()
1596 static int fuse_notify_store(struct fuse_conn *fc, unsigned int size, in fuse_notify_store()
1682 static void fuse_retrieve_end(struct fuse_conn *fc, struct fuse_req *req) in fuse_retrieve_end()
1687 static int fuse_retrieve(struct fuse_conn *fc, struct inode *inode, in fuse_retrieve()
1756 static int fuse_notify_retrieve(struct fuse_conn *fc, unsigned int size, in fuse_notify_retrieve()
1793 static int fuse_notify(struct fuse_conn *fc, enum fuse_notify_code code, in fuse_notify()
1870 struct fuse_conn *fc = fud->fc; in fuse_dev_do_write() local
2080 static void end_requests(struct fuse_conn *fc, struct list_head *head) in end_requests()
2093 static void end_polls(struct fuse_conn *fc) in end_polls()
2126 void fuse_abort_conn(struct fuse_conn *fc) in fuse_abort_conn()
2191 struct fuse_conn *fc = fud->fc; in fuse_dev_release() local
2218 static int fuse_device_clone(struct fuse_conn *fc, struct file *new) in fuse_device_clone()