Home
last modified time | relevance | path

Searched defs:cuse_client_command (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/fs/cuse/
H A Dcuse.c111 struct cuse_client_command { struct
113 struct cuse_command sub;
114 struct sx sx;
115 struct cv cv;
116 struct thread *entered;
117 struct cuse_client *client;
141 TAILQ_HEAD(, cuse_client_command) head; argument