Lines Matching refs:fuse_conn
38 bool fuse_request_expired(struct fuse_conn *fc, struct list_head *list) in fuse_request_expired()
48 static bool fuse_fpq_processing_expired(struct fuse_conn *fc, struct list_head *processing) in fuse_fpq_processing_expired()
76 struct fuse_conn *fc = container_of(dwork, struct fuse_conn, in fuse_check_timeout()
165 void fuse_set_initialized(struct fuse_conn *fc) in fuse_set_initialized()
172 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc()
178 static void fuse_drop_waiting(struct fuse_conn *fc) in fuse_drop_waiting()
198 struct fuse_conn *fc = fm->fc; in fuse_get_req()
268 struct fuse_conn *fc = req->fm->fc; in fuse_put_request()
424 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget()
435 static void flush_bg_queue(struct fuse_conn *fc) in flush_bg_queue()
461 struct fuse_conn *fc = fm->fc; in fuse_request_end()
546 struct fuse_conn *fc = req->fm->fc; in request_wait_answer()
604 static void fuse_adjust_compat(struct fuse_conn *fc, struct fuse_args *args) in fuse_adjust_compat()
639 struct fuse_conn *fc = req->fm->fc; in fuse_force_creds()
667 struct fuse_conn *fc = fm->fc; in __fuse_simple_request()
705 static bool fuse_request_queue_background_uring(struct fuse_conn *fc, in fuse_request_queue_background_uring()
725 struct fuse_conn *fc = fm->fc; in fuse_request_queue_background()
1382 static int fuse_read_forget(struct fuse_conn *fc, struct fuse_iqueue *fiq, in fuse_read_forget()
1406 struct fuse_conn *fc = fud->fc; in fuse_dev_do_read()
1639 static int fuse_notify_poll(struct fuse_conn *fc, unsigned int size, in fuse_notify_poll()
1656 static int fuse_notify_inval_inode(struct fuse_conn *fc, unsigned int size, in fuse_notify_inval_inode()
1677 static int fuse_notify_inval_entry(struct fuse_conn *fc, unsigned int size, in fuse_notify_inval_entry()
1719 static int fuse_notify_delete(struct fuse_conn *fc, unsigned int size, in fuse_notify_delete()
1760 static int fuse_notify_store(struct fuse_conn *fc, unsigned int size, in fuse_notify_store()
1871 struct fuse_conn *fc = fm->fc; in fuse_retrieve()
1947 static int fuse_notify_retrieve(struct fuse_conn *fc, unsigned int size, in fuse_notify_retrieve()
1992 static void fuse_resend(struct fuse_conn *fc) in fuse_resend()
2036 static int fuse_notify_resend(struct fuse_conn *fc) in fuse_notify_resend()
2047 static int fuse_notify_inc_epoch(struct fuse_conn *fc) in fuse_notify_inc_epoch()
2056 static int fuse_notify_prune(struct fuse_conn *fc, unsigned int size, in fuse_notify_prune()
2092 static int fuse_notify(struct fuse_conn *fc, enum fuse_notify_code code, in fuse_notify()
2183 struct fuse_conn *fc = fud->fc; in fuse_dev_do_write()
2419 static void end_polls(struct fuse_conn *fc) in end_polls()
2452 void fuse_abort_conn(struct fuse_conn *fc) in fuse_abort_conn()
2526 void fuse_wait_aborted(struct fuse_conn *fc) in fuse_wait_aborted()
2540 struct fuse_conn *fc = fud->fc; in fuse_dev_release()
2575 static int fuse_device_clone(struct fuse_conn *fc, struct file *new) in fuse_device_clone()