Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Ddevcache_impl.h109 #define NVF_F_READONLY 0x10 /* file is read-only */ macro
117 #define NVF_IS_READONLY(nvfd) ((nvfd)->nvf_flags & NVF_F_READONLY)
118 #define NVF_MARK_READONLY(nvfd) ((nvfd)->nvf_flags |= NVF_F_READONLY)