Searched defs:ntfs_log_enter (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.h108 #define ntfs_log_enter(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_ENTER,NULL,FORMAT,##ARGS) macro
113 #define ntfs_log_enter(FORMAT, ARGS...)do {} while (0) macro

Completed in 26 milliseconds