Home
last modified time | relevance | path

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

/freebsd/sys/fs/cuse/
H A Dcuse.c111 struct cuse_client_command { struct
112 TAILQ_ENTRY(cuse_client_command) entry;
141 TAILQ_HEAD(, cuse_client_command) head; argument
156 struct cuse_client_command cmds[CUSE_CMD_MAX];
286 cuse_cmd_lock(struct cuse_client_command *pccmd) in cuse_cmd_lock()
292 cuse_cmd_unlock(struct cuse_client_command *pccmd) in cuse_cmd_unlock()
373 static struct cuse_client_command *
547 struct cuse_client_command *pccmd; in cuse_client_is_closing()
568 cuse_client_send_command_locked(struct cuse_client_command *pccmd, in cuse_client_send_command_locked()
601 cuse_client_got_signal(struct cuse_client_command *pccmd) in cuse_client_got_signal()
[all …]