Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dsecondary.c536 case HIO_WRITE: in reqlog()
575 case HIO_WRITE: in requnpack()
678 case HIO_WRITE: in recv_thread()
703 } else if (hio->hio_cmd == HIO_WRITE) { in recv_thread()
803 case HIO_WRITE: in disk_thread()
875 PJDLOG_ASSERT(hio->hio_cmd == HIO_WRITE); in send_thread()
891 case HIO_WRITE: in send_thread()
904 case HIO_WRITE: in send_thread()
H A Dhast.h81 #define HIO_WRITE 2 macro
H A Dprimary.c1581 cmd = HIO_WRITE; in remote_send_thread()