Searched defs:cuse_client_command (Results 1 – 1 of 1) sorted by relevance
101 struct cuse_client_command { struct103 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