Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_diskiocom.c243 case DMSG_BLK_FLUSH: in disk_rcvdmsg()
487 if ((msg->any.head.cmd & DMSGF_CMDSWMASK) == DMSG_BLK_FLUSH) { in disk_blk_flush()
/dragonfly/sys/sys/
H A Ddmsg.h595 #define DMSG_BLK_FLUSH DMSG_BLK(0x005, dmsg_blk_flush) macro
/dragonfly/sys/dev/disk/xdisk/
H A Dxdisk.c926 DMSG_BLK_FLUSH | in xa_start()