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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlogging.c77 * ntfs_log
80 static struct ntfs_logging ntfs_log = { variable in typeref:struct:ntfs_logging
106 return ntfs_log.levels;
121 old = ntfs_log.levels;
122 ntfs_log.levels |= levels;
138 old = ntfs_log.levels;
139 ntfs_log.levels &= (~levels);
153 return ntfs_log.flags;
168 old = ntfs_log.flags;
169 ntfs_log
[all...]

Completed in 46 milliseconds