Home
last modified time | relevance | path

Searched refs:cuse_conn (Results 1 – 1 of 1) sorted by relevance

/linux/fs/fuse/
H A Dcuse.c59 struct cuse_conn { struct
74 static struct cuse_conn *fc_to_cc(struct fuse_conn *fc) in fc_to_cc() argument
76 return container_of(fc, struct cuse_conn, fc); in fc_to_cc()
118 struct cuse_conn *cc = NULL, *pos; in cuse_open()
160 struct cuse_conn *cc = fc_to_cc(ff->fm->fc); in cuse_file_ioctl()
173 struct cuse_conn *cc = fc_to_cc(ff->fm->fc); in cuse_file_compat_ioctl()
328 struct cuse_conn *cc = fc_to_cc(fc), *pos; in cuse_process_init_reply()
430 static int cuse_send_init(struct cuse_conn *cc) in cuse_send_init()
504 struct cuse_conn *cc; in cuse_channel_open()
552 struct cuse_conn *cc = fc_to_cc(fud->fc); in cuse_channel_release()
[all …]