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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.c78 * ntfs_log
81 static struct ntfs_logging ntfs_log = { variable in typeref:struct:ntfs_logging
107 return ntfs_log.levels;
122 old = ntfs_log.levels;
123 ntfs_log.levels |= levels;
139 old = ntfs_log.levels;
140 ntfs_log.levels &= (~levels);
154 return ntfs_log.flags;
169 old = ntfs_log.flags;
170 ntfs_log
[all...]

Completed in 106 milliseconds