Lines Matching refs:fuse_conn
78 void fuse_set_initialized(struct fuse_conn *fc) in fuse_set_initialized()
85 static bool fuse_block_alloc(struct fuse_conn *fc, bool for_background) in fuse_block_alloc()
90 static void fuse_drop_waiting(struct fuse_conn *fc) in fuse_drop_waiting()
108 struct fuse_conn *fc = fm->fc; in fuse_get_req()
160 struct fuse_conn *fc = req->fm->fc; in fuse_put_request()
236 void fuse_queue_forget(struct fuse_conn *fc, struct fuse_forget_link *forget, in fuse_queue_forget()
255 static void flush_bg_queue(struct fuse_conn *fc) in flush_bg_queue()
283 struct fuse_conn *fc = fm->fc; in fuse_request_end()
370 struct fuse_conn *fc = req->fm->fc; in request_wait_answer()
436 static void fuse_adjust_compat(struct fuse_conn *fc, struct fuse_args *args) in fuse_adjust_compat()
471 struct fuse_conn *fc = req->fm->fc; in fuse_force_creds()
489 struct fuse_conn *fc = fm->fc; in fuse_simple_request()
529 struct fuse_conn *fc = fm->fc; in fuse_request_queue_background()
1173 static int fuse_read_forget(struct fuse_conn *fc, struct fuse_iqueue *fiq, in fuse_read_forget()
1197 struct fuse_conn *fc = fud->fc; in fuse_dev_do_read()
1410 static int fuse_notify_poll(struct fuse_conn *fc, unsigned int size, in fuse_notify_poll()
1431 static int fuse_notify_inval_inode(struct fuse_conn *fc, unsigned int size, in fuse_notify_inval_inode()
1456 static int fuse_notify_inval_entry(struct fuse_conn *fc, unsigned int size, in fuse_notify_inval_entry()
1504 static int fuse_notify_delete(struct fuse_conn *fc, unsigned int size, in fuse_notify_delete()
1552 static int fuse_notify_store(struct fuse_conn *fc, unsigned int size, in fuse_notify_store()
1661 struct fuse_conn *fc = fm->fc; in fuse_retrieve()
1730 static int fuse_notify_retrieve(struct fuse_conn *fc, unsigned int size, in fuse_notify_retrieve()
1767 static int fuse_notify(struct fuse_conn *fc, enum fuse_notify_code code, in fuse_notify()
1843 struct fuse_conn *fc = fud->fc; in fuse_dev_do_write()
2077 static void end_polls(struct fuse_conn *fc) in end_polls()
2110 void fuse_abort_conn(struct fuse_conn *fc) in fuse_abort_conn()
2175 void fuse_wait_aborted(struct fuse_conn *fc) in fuse_wait_aborted()
2187 struct fuse_conn *fc = fud->fc; in fuse_dev_release()
2222 static int fuse_device_clone(struct fuse_conn *fc, struct file *new) in fuse_device_clone()