Searched refs:pccmd (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/fs/cuse/ |
H A D | cuse.c | 284 cuse_cmd_lock(struct cuse_client_command *pccmd) in cuse_cmd_lock() argument 286 sx_xlock(&pccmd->sx); in cuse_cmd_lock() 290 cuse_cmd_unlock(struct cuse_client_command *pccmd) in cuse_cmd_unlock() argument 292 sx_xunlock(&pccmd->sx); in cuse_cmd_unlock() 545 struct cuse_client_command *pccmd; in cuse_client_is_closing() local 555 pccmd = &pcc->cmds[n]; in cuse_client_is_closing() 557 if (pccmd->entry.tqe_prev != NULL) { in cuse_client_is_closing() 558 TAILQ_REMOVE(&pcc->server->head, pccmd, entry); in cuse_client_is_closing() 559 pccmd->entry.tqe_prev = NULL; in cuse_client_is_closing() 561 cv_broadcast(&pccmd in cuse_client_is_closing() 566 cuse_client_send_command_locked(struct cuse_client_command * pccmd,uintptr_t data_ptr,unsigned long arg,int fflags,int ioflag) cuse_client_send_command_locked() argument 599 cuse_client_got_signal(struct cuse_client_command * pccmd) cuse_client_got_signal() argument 618 cuse_client_receive_command_locked(struct cuse_client_command * pccmd,uint8_t * arg_ptr,uint32_t arg_len) cuse_client_receive_command_locked() argument 839 cuse_server_ioctl_copy_locked(struct cuse_server * pcs,struct cuse_client_command * pccmd,struct cuse_data_chunk * pchk,bool isread) cuse_server_ioctl_copy_locked() argument 946 cuse_server_data_copy_locked(struct cuse_server * pcs,struct cuse_client_command * pccmd,struct cuse_data_chunk * pchk,bool isread) cuse_server_data_copy_locked() argument 987 cuse_server_data_copy_optimized_locked(struct cuse_server * pcs,struct cuse_client_command * pccmd,struct cuse_data_chunk * pchk,bool isread) cuse_server_data_copy_optimized_locked() argument 1109 struct cuse_client_command *pccmd; cuse_server_ioctl() local 1457 struct cuse_client_command *pccmd; cuse_client_free() local 1484 struct cuse_client_command *pccmd; cuse_client_open() local 1585 struct cuse_client_command *pccmd; cuse_client_close() local 1645 struct cuse_client_command *pccmd; cuse_client_read() local 1734 struct cuse_client_command *pccmd; cuse_client_write() local 1824 struct cuse_client_command *pccmd; cuse_client_ioctl() local 1881 struct cuse_client_command *pccmd; cuse_client_poll() local [all...] |