Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dlogging.c83 NTFS_LOG_LEVEL_DEBUG | NTFS_LOG_LEVEL_TRACE | NTFS_LOG_LEVEL_ENTER |
214 case NTFS_LOG_LEVEL_TRACE: in ntfs_log_get_stream()
245 case NTFS_LOG_LEVEL_TRACE: in ntfs_log_get_prefix()
474 (level & NTFS_LOG_LEVEL_TRACE) || (level & NTFS_LOG_LEVEL_ENTER)) in ntfs_log_handler_fprintf()
630 ntfs_log_set_levels(NTFS_LOG_LEVEL_TRACE); in ntfs_log_parse_option()
/third_party/ntfs-3g/include/ntfs-3g/
Dlogging.h71 #define NTFS_LOG_LEVEL_TRACE (1 << 1) /* Entering function x() */ macro
107 …FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_TRACE,NULL,FORMAT…
/third_party/ntfs-3g/ntfsprogs/
Dntfsmftalloc.c194 ntfs_log_set_levels(NTFS_LOG_LEVEL_DEBUG | NTFS_LOG_LEVEL_TRACE | in parse_options()
Dntfstruncate.c206 ntfs_log_set_levels(NTFS_LOG_LEVEL_DEBUG | NTFS_LOG_LEVEL_TRACE | in parse_options()
Dntfsfallocate.c340 ntfs_log_set_levels(NTFS_LOG_LEVEL_DEBUG | NTFS_LOG_LEVEL_TRACE | in parse_options()
Dmkntfs.c722 NTFS_LOG_LEVEL_TRACE | in mkntfs_parse_options()
/third_party/ntfs-3g/src/
Dntfs-3g_common.c450 ntfs_log_set_levels(NTFS_LOG_LEVEL_TRACE); in parse_mount_options()