Searched refs:NVF_F_READONLY (Results 1 – 1 of 1) sorted by relevance
109 #define NVF_F_READONLY 0x10 /* file is read-only */ macro117 #define NVF_IS_READONLY(nvfd) ((nvfd)->nvf_flags & NVF_F_READONLY)118 #define NVF_MARK_READONLY(nvfd) ((nvfd)->nvf_flags |= NVF_F_READONLY)