Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/cuse/
H A Dcuse.c101 struct cuse_client_command { struct
103 struct cuse_command sub;
104 struct sx sx;
105 struct cv cv;
106 struct thread *entered;
107 struct cuse_client *client;
131 TAILQ_HEAD(, cuse_client_command) head; argument