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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dvolume.h125 #define clear_nvol_flag(nv, flag) clear_bit(NV_##flag, (nv)->state) macro
129 #define NVolClearReadOnly(nv) clear_nvol_flag(nv, ReadOnly)
133 #define NVolClearCaseSensitive(nv) clear_nvol_flag(nv, CaseSensitive)
137 #define NVolClearLogFileEmpty(nv) clear_nvol_flag(nv, LogFileEmpty)
141 #define NVolClearShowSysFiles(nv) clear_nvol_flag(nv, ShowSysFiles)
145 #define NVolClearShowHidFiles(nv) clear_nvol_flag(nv, ShowHidFiles)
149 #define NVolClearHideDotFiles(nv) clear_nvol_flag(nv, HideDotFiles)
153 #define NVolClearCompression(nv) clear_nvol_flag(nv, Compression)
157 #define NVolClearNoFixupWarn(nv) clear_nvol_flag(nv, NoFixupWarn)
161 #define NVolClearFreeSpaceKnown(nv) clear_nvol_flag(n
[all...]

Completed in 31 milliseconds