Lines Matching defs:fc
133 void fuse_set_initialized(struct fuse_conn *fc) in fuse_set_initialized()
140 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc()
145 static struct fuse_req *__fuse_get_req(struct fuse_conn *fc, unsigned npages, in __fuse_get_req()
189 struct fuse_req *fuse_get_req(struct fuse_conn *fc, unsigned npages) in fuse_get_req()
195 struct fuse_req *fuse_get_req_for_background(struct fuse_conn *fc, in fuse_get_req_for_background()
207 static struct fuse_req *get_reserved_req(struct fuse_conn *fc, in get_reserved_req()
230 static void put_reserved_req(struct fuse_conn *fc, struct fuse_req *req) in put_reserved_req()
257 struct fuse_req *fuse_get_req_nofail_nopages(struct fuse_conn *fc, in fuse_get_req_nofail_nopages()
276 void fuse_put_request(struct fuse_conn *fc, struct fuse_req *req) in fuse_put_request()
312 static u64 fuse_get_unique(struct fuse_conn *fc) in fuse_get_unique()
322 static void queue_request(struct fuse_conn *fc, struct fuse_req *req) in queue_request()
336 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()
378 static void request_end(struct fuse_conn *fc, struct fuse_req *req) in request_end()
412 static void wait_answer_interruptible(struct fuse_conn *fc, in wait_answer_interruptible()
425 static void queue_interrupt(struct fuse_conn *fc, struct fuse_req *req) in queue_interrupt()
432 static void request_wait_answer(struct fuse_conn *fc, struct fuse_req *req) in request_wait_answer()
497 static void __fuse_request_send(struct fuse_conn *fc, struct fuse_req *req) in __fuse_request_send()
517 void fuse_request_send(struct fuse_conn *fc, struct fuse_req *req) in fuse_request_send()
524 static void fuse_adjust_compat(struct fuse_conn *fc, struct fuse_args *args) in fuse_adjust_compat()
557 ssize_t fuse_simple_request(struct fuse_conn *fc, struct fuse_args *args) in fuse_simple_request()
589 static void fuse_request_send_nowait_locked(struct fuse_conn *fc, in fuse_request_send_nowait_locked()
605 static void fuse_request_send_nowait(struct fuse_conn *fc, struct fuse_req *req) in fuse_request_send_nowait()
617 void fuse_request_send_background(struct fuse_conn *fc, struct fuse_req *req) in fuse_request_send_background()
624 static int fuse_request_send_notify_reply(struct fuse_conn *fc, in fuse_request_send_notify_reply()
646 void fuse_request_send_background_locked(struct fuse_conn *fc, in fuse_request_send_background_locked()
656 struct fuse_conn *fc = get_fuse_conn(inode); in fuse_force_forget() local
679 static int lock_request(struct fuse_conn *fc, struct fuse_req *req) in lock_request()
698 static void unlock_request(struct fuse_conn *fc, struct fuse_req *req) in unlock_request()
710 struct fuse_conn *fc; member
725 struct fuse_conn *fc, in fuse_copy_init()
1068 static int forget_pending(struct fuse_conn *fc) in forget_pending()
1073 static int request_pending(struct fuse_conn *fc) in request_pending()
1080 static void request_wait(struct fuse_conn *fc) in request_wait()
1108 static int fuse_read_interrupt(struct fuse_conn *fc, struct fuse_copy_state *cs, in fuse_read_interrupt()
1138 static struct fuse_forget_link *dequeue_forget(struct fuse_conn *fc, in dequeue_forget()
1160 static int fuse_read_single_forget(struct fuse_conn *fc, in fuse_read_single_forget()
1193 static int fuse_read_batch_forget(struct fuse_conn *fc, in fuse_read_batch_forget()
1242 static int fuse_read_forget(struct fuse_conn *fc, struct fuse_copy_state *cs, in fuse_read_forget()
1261 static ssize_t fuse_dev_do_read(struct fuse_conn *fc, struct file *file, in fuse_dev_do_read()
1362 struct fuse_conn *fc = fuse_get_conn(file); in fuse_dev_read() local
1383 struct fuse_conn *fc = fuse_get_conn(in); in fuse_dev_splice_read() local
1452 static int fuse_notify_poll(struct fuse_conn *fc, unsigned int size, in fuse_notify_poll()
1473 static int fuse_notify_inval_inode(struct fuse_conn *fc, unsigned int size, in fuse_notify_inval_inode()
1501 static int fuse_notify_inval_entry(struct fuse_conn *fc, unsigned int size, in fuse_notify_inval_entry()
1552 static int fuse_notify_delete(struct fuse_conn *fc, unsigned int size, in fuse_notify_delete()
1604 static int fuse_notify_store(struct fuse_conn *fc, unsigned int size, in fuse_notify_store()
1690 static void fuse_retrieve_end(struct fuse_conn *fc, struct fuse_req *req) in fuse_retrieve_end()
1695 static int fuse_retrieve(struct fuse_conn *fc, struct inode *inode, in fuse_retrieve()
1764 static int fuse_notify_retrieve(struct fuse_conn *fc, unsigned int size, in fuse_notify_retrieve()
1801 static int fuse_notify(struct fuse_conn *fc, enum fuse_notify_code code, in fuse_notify()
1833 static struct fuse_req *request_find(struct fuse_conn *fc, u64 unique) in request_find()
1874 static ssize_t fuse_dev_do_write(struct fuse_conn *fc, in fuse_dev_do_write()
1970 struct fuse_conn *fc = fuse_get_conn(iocb->ki_filp); in fuse_dev_write() local
1990 struct fuse_conn *fc; in fuse_dev_splice_write() local
2064 struct fuse_conn *fc = fuse_get_conn(file); in fuse_dev_poll() local
2085 static void end_requests(struct fuse_conn *fc, struct list_head *head) in end_requests()
2109 static void end_io_requests(struct fuse_conn *fc) in end_io_requests()
2135 static void end_queued_requests(struct fuse_conn *fc) in end_queued_requests()
2147 static void end_polls(struct fuse_conn *fc) in end_polls()
2181 void fuse_abort_conn(struct fuse_conn *fc) in fuse_abort_conn()
2201 struct fuse_conn *fc = fuse_get_conn(file); in fuse_dev_release() local
2220 struct fuse_conn *fc = fuse_get_conn(file); in fuse_dev_fasync() local