Lines Matching refs:cuse_conn
56 struct cuse_conn { struct
70 static struct cuse_conn *fc_to_cc(struct fuse_conn *fc) in fc_to_cc() argument
72 return container_of(fc, struct cuse_conn, fc); in fc_to_cc()
114 struct cuse_conn *cc = NULL, *pos; in cuse_open()
156 struct cuse_conn *cc = fc_to_cc(ff->fc); in cuse_file_ioctl()
169 struct cuse_conn *cc = fc_to_cc(ff->fc); in cuse_file_compat_ioctl()
309 struct cuse_conn *cc = fc_to_cc(fc), *pos; in cuse_process_init_reply()
413 static int cuse_send_init(struct cuse_conn *cc) in cuse_send_init()
471 struct cuse_conn *cc = fc_to_cc(fc); in cuse_fc_release()
492 struct cuse_conn *cc; in cuse_channel_open()
530 struct cuse_conn *cc = fc_to_cc(file->private_data); in cuse_channel_release()
563 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_waiting_show()
573 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_abort_store()