Home
last modified time | relevance | path

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

/netbsd-src/sys/sys/
H A Ddkio.h88 #define DKCACHE_FUA 0x020000 /* Force Unit Access supported */ macro
/netbsd-src/sbin/dkctl/
H A Ddkctl.c317 #ifdef DKCACHE_FUA in disk_getcache()
319 (bits & DKCACHE_FUA) ? "" : "not "); in disk_getcache()
320 #endif /* DKCACHE_FUA */ in disk_getcache()
/netbsd-src/sys/kern/
H A Dvfs_wapbl.c243 (wapbl_allow_dpofua && ISSET((wl)->wl_dkcache, DKCACHE_FUA))
445 if (ISSET(wl->wl_dkcache, DKCACHE_FUA))
/netbsd-src/sys/dev/scsipi/
H A Dsd.c1855 bits |= DKCACHE_FUA | DKCACHE_DPO; in sd_getcache()
/netbsd-src/sys/dev/ata/
H A Dwd.c1822 *bitsp |= DKCACHE_FUA; in wd_getcache()
/netbsd-src/sys/dev/ic/
H A Dnvme.c1041 result = DKCACHE_FUA; in nvme_getcache_done()