Lines Matching defs:fc
77 void fuse_set_initialized(struct fuse_conn *fc) in fuse_set_initialized()
84 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc()
89 static void fuse_drop_waiting(struct fuse_conn *fc) in fuse_drop_waiting()
105 static struct fuse_req *fuse_get_req(struct fuse_conn *fc, bool for_background) in fuse_get_req()
156 static void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req) in fuse_put_request()
232 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget()
251 static void flush_bg_queue(struct fuse_conn *fc) in flush_bg_queue()
276 void fuse_request_end(struct fuse_conn *fc, struct fuse_req *req) in fuse_request_end()
362 static void request_wait_answer(struct fuse_conn *fc, struct fuse_req *req) in request_wait_answer()
407 static void __fuse_request_send(struct fuse_conn *fc, struct fuse_req *req) in __fuse_request_send()
429 static void fuse_adjust_compat(struct fuse_conn *fc, struct fuse_args *args) in fuse_adjust_compat()
462 static void fuse_force_creds(struct fuse_conn *fc, struct fuse_req *req) in fuse_force_creds()
476 ssize_t fuse_simple_request(struct fuse_conn *fc, struct fuse_args *args) in fuse_simple_request()
514 static bool fuse_request_queue_background(struct fuse_conn *fc, in fuse_request_queue_background()
543 int fuse_simple_background(struct fuse_conn *fc, struct fuse_args *args, in fuse_simple_background()
572 static int fuse_simple_notify_reply(struct fuse_conn *fc, in fuse_simple_notify_reply()
1156 static int fuse_read_forget(struct fuse_conn *fc, struct fuse_iqueue *fiq, in fuse_read_forget()
1180 struct fuse_conn *fc = fud->fc; in fuse_dev_do_read() local
1384 static int fuse_notify_poll(struct fuse_conn *fc, unsigned int size, in fuse_notify_poll()
1405 static int fuse_notify_inval_inode(struct fuse_conn *fc, unsigned int size, in fuse_notify_inval_inode()
1433 static int fuse_notify_inval_entry(struct fuse_conn *fc, unsigned int size, in fuse_notify_inval_entry()
1483 static int fuse_notify_delete(struct fuse_conn *fc, unsigned int size, in fuse_notify_delete()
1534 static int fuse_notify_store(struct fuse_conn *fc, unsigned int size, in fuse_notify_store()
1625 static void fuse_retrieve_end(struct fuse_conn *fc, struct fuse_args *args, in fuse_retrieve_end()
1635 static int fuse_retrieve(struct fuse_conn *fc, struct inode *inode, in fuse_retrieve()
1714 static int fuse_notify_retrieve(struct fuse_conn *fc, unsigned int size, in fuse_notify_retrieve()
1751 static int fuse_notify(struct fuse_conn *fc, enum fuse_notify_code code, in fuse_notify()
1827 struct fuse_conn *fc = fud->fc; in fuse_dev_do_write() local
2043 static void end_requests(struct fuse_conn *fc, struct list_head *head) in end_requests()
2055 static void end_polls(struct fuse_conn *fc) in end_polls()
2088 void fuse_abort_conn(struct fuse_conn *fc) in fuse_abort_conn()
2153 void fuse_wait_aborted(struct fuse_conn *fc) in fuse_wait_aborted()
2165 struct fuse_conn *fc = fud->fc; in fuse_dev_release() local
2200 static int fuse_device_clone(struct fuse_conn *fc, struct file *new) in fuse_device_clone()