Searched refs:clear_nvol_flag (Results 1 – 1 of 1) sorted by relevance
/third_party/ntfs-3g/include/ntfs-3g/ |
D | volume.h | 125 #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(nv, FreeSpaceKnown)
|