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

/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dlogging.c82 * ntfs_log - This struct controls all the logging in the library and tools.
84 static struct ntfs_logging ntfs_log = { variable in typeref:struct:ntfs_logging
104 return ntfs_log.levels;
119 old = ntfs_log.levels;
120 ntfs_log.levels |= levels;
136 old = ntfs_log.levels;
137 ntfs_log.levels &= (~levels);
151 return ntfs_log.flags;
166 old = ntfs_log.flags;
167 ntfs_log
[all...]

Completed in 19 milliseconds