Searched refs:ntfs_log_quiet (Results 1 – 8 of 8) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsundelete.c | 1572 ntfs_log_quiet("MFT Record %lld\n", file->inode); in dump_record() 1573 ntfs_log_quiet("Type: %s\n", (file->directory) ? "Directory" : "File"); in dump_record() 1575 ntfs_log_quiet("Date: %s\n", buffer); in dump_record() 1578 ntfs_log_quiet("Metadata may span more than one MFT record\n"); in dump_record() 1584 ntfs_log_quiet("Filename: (%d) %s\n", f->name_space, f->name); in dump_record() 1585 ntfs_log_quiet("File Flags: "); in dump_record() 1587 ntfs_log_quiet("System "); in dump_record() 1589 ntfs_log_quiet("Directory "); in dump_record() 1591 ntfs_log_quiet("Sparse "); in dump_record() 1593 ntfs_log_quiet("Reparse "); in dump_record() [all …]
|
D | ntfswipe.c | 521 ntfs_log_quiet("wipe_unused 0x%02x, %lld bytes\n", byte, (long long)total); in wipe_unused() 633 ntfs_log_quiet("wipe_unused_fast 0x%02x, %lld bytes" in wipe_unused_fast() 938 ntfs_log_quiet("wipe_tails 0x%02x, %lld bytes\n", byte, in wipe_tails() 1076 ntfs_log_quiet("wipe_mft 0x%02x, %lld bytes\n", byte, (long long)total); in wipe_mft() 1361 ntfs_log_quiet("wipe_directory 0x%02x, %lld bytes\n", byte, in wipe_directory() 1462 ntfs_log_quiet("wipe_logfile 0x%02x, %lld bytes\n", byte, in wipe_logfile() 1553 ntfs_log_quiet("wipe_pagefile 0x%02x, %lld bytes\n", byte, in wipe_pagefile() 2085 ntfs_log_quiet("wipe_undelete\n"); in wipe_unrm() 2104 ntfs_log_quiet("%s is in 'no-action' mode, it will NOT write to disk." in print_summary() 2107 ntfs_log_quiet("%s is about to wipe:\n", EXEC_NAME); in print_summary() [all …]
|
D | ntfscluster.c | 509 ntfs_log_quiet("Searching for sector %llu\n", in main() 512 …ntfs_log_quiet("Searching for sector range %llu-%llu\n", (unsigned long long)opts.range_begin, (un… in main() 520 ntfs_log_quiet("Searching for cluster %llu\n", in main() 523 …ntfs_log_quiet("Searching for cluster range %llu-%llu\n", (unsigned long long)opts.range_begin, (u… in main()
|
D | ntfsmftalloc.c | 314 ntfs_log_quiet("Running in READ-ONLY mode!\n"); in main() 366 ntfs_log_quiet("ntfsmftalloc completed successfully.\n"); in main()
|
D | ntfstruncate.c | 742 ntfs_log_quiet("Running in READ-ONLY mode!\n"); in main() 810 ntfs_log_quiet("ntfstruncate completed successfully. Have a nice day.\n"); in main()
|
D | ntfsfallocate.c | 850 ntfs_log_quiet("Running in READ-ONLY mode!\n"); in main() 903 ntfs_log_quiet("ntfsfallocate completed successfully. Have a nice day.\n"); in main()
|
D | mkntfs.c | 3475 ntfs_log_quiet("Running in READ-ONLY mode!\n"); in mkntfs_open_partition() 3734 ntfs_log_quiet("Cluster size has been automatically set to %u " in mkntfs_override_vol_params() 4189 ntfs_log_quiet("\nFound bad cluster (%lld). Adding to " in mkntfs_fill_device_with_zeroes() 4314 ntfs_log_quiet("Setting the volume dirty so check " in create_file_volume() 4400 ntfs_log_quiet("Creating NTFS volume structures.\n"); in mkntfs_create_root_structures() 5160 ntfs_log_quiet("mkntfs completed successfully. Have a nice day.\n"); in mkntfs_redirect()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | logging.h | 98 #define ntfs_log_quiet(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_L… macro
|