Lines Matching refs:cuse_conn
58 struct cuse_conn { struct
73 static struct cuse_conn *fc_to_cc(struct fuse_conn *fc) in fc_to_cc() argument
75 return container_of(fc, struct cuse_conn, fc); in fc_to_cc()
117 struct cuse_conn *cc = NULL, *pos; in cuse_open()
159 struct cuse_conn *cc = fc_to_cc(ff->fm->fc); in cuse_file_ioctl()
172 struct cuse_conn *cc = fc_to_cc(ff->fm->fc); in cuse_file_compat_ioctl()
323 struct cuse_conn *cc = fc_to_cc(fc), *pos; in cuse_process_init_reply()
425 static int cuse_send_init(struct cuse_conn *cc) in cuse_send_init()
477 struct cuse_conn *cc = fc_to_cc(fc); in cuse_fc_release()
499 struct cuse_conn *cc; in cuse_channel_open()
549 struct cuse_conn *cc = fc_to_cc(fud->fc); in cuse_channel_release()
584 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_waiting_show()
594 struct cuse_conn *cc = dev_get_drvdata(dev); in cuse_class_abort_store()