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

/opensolaris-onvv-gate/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)

Completed in 38 milliseconds