Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dlogging.c81 static struct ntfs_logging ntfs_log = { variable
107 return ntfs_log.levels; in ntfs_log_get_levels()
122 old = ntfs_log.levels; in ntfs_log_set_levels()
123 ntfs_log.levels |= levels; in ntfs_log_set_levels()
139 old = ntfs_log.levels; in ntfs_log_clear_levels()
140 ntfs_log.levels &= (~levels); in ntfs_log_clear_levels()
154 return ntfs_log.flags; in ntfs_log_get_flags()
169 old = ntfs_log.flags; in ntfs_log_set_flags()
170 ntfs_log.flags |= flags; in ntfs_log_set_flags()
186 old = ntfs_log.flags; in ntfs_log_clear_flags()
[all …]