Home
last modified time | relevance | path

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

/netbsd/sys/sys/
H A Ddkio.h86 #define DKCACHE_WCHANGE 0x000200 /* write enable is changeable */ macro
98 (((a) & (b)) | (((a) | (b)) & (DKCACHE_WRITE|DKCACHE_WCHANGE)))
/netbsd/sbin/dkctl/
H A Ddkctl.c306 (bits & DKCACHE_WCHANGE) ? "" : "not "); in disk_getcache()
/netbsd/sys/dev/pci/
H A Dld_virtio.c741 *bitsp |= DKCACHE_WCHANGE; in ld_virtio_getcache()
/netbsd/sys/dev/scsipi/
H A Dsd.c1869 bits |= DKCACHE_WCHANGE; in sd_getcache()
/netbsd/sys/dev/ic/
H A Dnvme.c1043 result |= DKCACHE_WCHANGE; in nvme_getcache_done()
/netbsd/sys/dev/ata/
H A Dwd.c1817 *bitsp = DKCACHE_WCHANGE | DKCACHE_READ; in wd_getcache()