Home
last modified time | relevance | path

Searched refs:NVF_IS_READONLY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Ddevcache_impl.h115 #define NVF_IS_READONLY(nvfd) ((nvfd)->nvf_flags & NVF_F_READONLY) macro
/illumos-gate/usr/src/uts/common/os/
H A Ddevcache.c965 NVF_IS_READONLY(nvfd) || kfio_disable_write || sys_shutdown) { in nvpflush_one()
997 if (NVF_IS_READONLY(nvfd)) { in nvpflush_one()