Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddevcache_impl.h109 #define NVF_F_REBUILD_MSG 0x40 /* file was found corrupted, emit msg */ macro
/illumos-gate/usr/src/uts/common/os/
H A Ddevcache.c866 nvfd->nvf_flags |= NVF_F_REBUILD_MSG; in nvf_read_file()
877 nvfd->nvf_flags |= NVF_F_REBUILD_MSG; in nvf_read_file()
1011 if (nvfd->nvf_flags & NVF_F_REBUILD_MSG) { in nvpflush_one()
1014 nvfd->nvf_flags &= ~NVF_F_REBUILD_MSG; in nvpflush_one()