Home
last modified time | relevance | path

Searched refs:ntfs_log_perror (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ntfs-3g/libntfs-3g/
Dvolume.c267 ntfs_log_perror("Error allocating memory for $MFT"); in ntfs_mft_load()
278 ntfs_log_perror("Error reading $MFT"); in ntfs_mft_load()
334 ntfs_log_perror("Failed to open ntfs attribute"); in ntfs_mft_load()
367 ntfs_log_perror("ntfs_mapping_pairs_decompress() failed"); in ntfs_mft_load()
372 ntfs_log_perror("The MFT is not self-contained"); in ntfs_mft_load()
415 ntfs_log_perror("Failed to open $MFT/$BITMAP"); in ntfs_mft_load()
454 ntfs_log_perror("Failed to open inode $MFTMirr"); in ntfs_mftmirr_load()
460 ntfs_log_perror("Failed to open $MFTMirr/$DATA"); in ntfs_mftmirr_load()
465 ntfs_log_perror("Failed to map runlist of $MFTMirr/$DATA"); in ntfs_mftmirr_load()
512 ntfs_log_perror("%s: dev = %p", __FUNCTION__, dev); in ntfs_volume_startup()
[all …]
Dinode.c188 ntfs_log_perror("No STANDARD_INFORMATION in base record" in ntfs_inode_real_open()
236 ntfs_log_perror("Too large attrlist attribute (%llu), inode " in ntfs_inode_real_open()
249 ntfs_log_perror("Unexpected attrlist size (%lld <> %u), inode " in ntfs_inode_real_open()
589 ntfs_log_perror("%s", __FUNCTION__); in ntfs_extent_inode_open()
642 ntfs_log_perror("Found stale extent mft " in ntfs_extent_inode_open()
752 ntfs_log_perror("Failed to sync standard info (inode %lld)", in ntfs_inode_sync_standard_information()
845 ntfs_log_perror("Failed to open inode %lld with index", in ntfs_inode_sync_file_name()
853 ntfs_log_perror("Failed to get index ctx, inode %lld", in ntfs_inode_sync_file_name()
867 ntfs_log_perror("Index lookup failed, inode %lld", in ntfs_inode_sync_file_name()
914 ntfs_log_perror("Attribute lookup failed, inode %lld", in ntfs_inode_sync_file_name()
[all …]
Dunix_io.c128 ntfs_log_perror("Failed to access '%s'", dev->d_name); in ntfs_device_unix_io_open()
179 ntfs_log_perror("Failed to %s lock '%s'", NDevReadOnly(dev) ? in ntfs_device_unix_io_open()
182 ntfs_log_perror("Failed to close '%s'", dev->d_name); in ntfs_device_unix_io_open()
209 ntfs_log_perror("Device %s is not open", dev->d_name); in ntfs_device_unix_io_close()
214 ntfs_log_perror("Failed to fsync device %s", dev->d_name); in ntfs_device_unix_io_close()
223 ntfs_log_perror("Could not unlock %s", dev->d_name); in ntfs_device_unix_io_close()
225 ntfs_log_perror("Failed to close device %s", dev->d_name); in ntfs_device_unix_io_close()
341 ntfs_log_perror("Failed to sync device %s", dev->d_name); in ntfs_device_unix_io_sync()
Dattrib.c267 ntfs_log_perror(ESTR); in ntfs_get_attribute_value()
303 ntfs_log_perror(ESTR); in ntfs_get_attribute_value()
516 ntfs_log_perror("Inode %lld has corrupt attribute flags " in ntfs_attr_open()
527 ntfs_log_perror("Compressed inode %lld not allowed" in ntfs_attr_open()
537 ntfs_log_perror("Compressed inode %lld attr 0x%x has " in ntfs_attr_open()
546 ntfs_log_perror("Compressed inode %lld attr 0x%lx has " in ntfs_attr_open()
800 ntfs_log_perror("First extent of inode %llu " in ntfs_attr_map_whole_runlist()
823 ntfs_log_perror("Inode %llu has corrupt attribute list", in ntfs_attr_map_whole_runlist()
829 ntfs_log_perror("Couldn't find attribute for runlist mapping"); in ntfs_attr_map_whole_runlist()
840 ntfs_log_perror("Failed to load full runlist: inode: %llu " in ntfs_attr_map_whole_runlist()
[all …]
Dmisc.c49 ntfs_log_perror("Failed to calloc %lld bytes", (long long)size); in ntfs_calloc()
59 ntfs_log_perror("Failed to malloc %lld bytes", (long long)size); in ntfs_malloc()
69 ntfs_log_perror("Failed to realloc %lld bytes", in ntfs_realloc()
Dlcnalloc.c187 ntfs_log_perror("Bitmap write error (%lld, %lld)", in bitmap_writeback()
258 ntfs_log_perror("%s: vcn: %lld, count: %lld, lcn: %lld", in ntfs_cluster_alloc()
326 ntfs_log_perror("Reading $BITMAP failed"); in ntfs_cluster_alloc()
362 ntfs_log_perror("realloc() failed"); in ntfs_cluster_alloc()
545 ntfs_log_perror("Failed to allocate clusters"); in ntfs_cluster_alloc()
594 ntfs_log_perror("Cluster deallocation failed " in ntfs_cluster_free_from_rl()
633 ntfs_log_perror("Cluster deallocation failed " in ntfs_cluster_free_basic()
693 ntfs_log_perror("%s: Unexpected lcn (%lld)", __FUNCTION__, in ntfs_cluster_free()
730 ntfs_log_perror("%s: Invalid lcn (%lli)", in ntfs_cluster_free()
745 ntfs_log_perror("%s: Clearing bitmap run failed", in ntfs_cluster_free()
[all …]
Dmst.c80 ntfs_log_perror("%s: magic: 0x%08lx size: %ld " in ntfs_mst_post_read_fixup_warn()
114 ntfs_log_perror("Incomplete multi-sector transfer: " in ntfs_mst_post_read_fixup_warn()
181 ntfs_log_perror("%s: bad argument", __FUNCTION__); in ntfs_mst_pre_write_fixup()
190 ntfs_log_perror("%s", __FUNCTION__); in ntfs_mst_pre_write_fixup()
Dindex.c92 ntfs_log_perror("Failed to write index block %lld, inode %llu", in ntfs_ib_write()
405 ntfs_log_perror("Failed to lookup $INDEX_ROOT"); in ntfs_ir_lookup()
412 ntfs_log_perror("Non-resident $INDEX_ROOT detected"); in ntfs_ir_lookup()
663 ntfs_log_perror("Negative vcn in inode %llu", in ntfs_ie_lookup()
680 ntfs_log_perror("Failed to open index allocation of inode " in ntfs_ia_open()
699 ntfs_log_perror("Failed to read index block"); in ntfs_ib_read()
720 ntfs_log_perror("Index is over %d level deep", MAX_PARENT_VCN); in ntfs_icx_parent_inc()
731 ntfs_log_perror("Corrupt index pointer (%d)", icx->pindex); in ntfs_icx_parent_dec()
782 ntfs_log_perror("key: %p key_len: %d", key, key_len); in ntfs_index_lookup()
796 ntfs_log_perror("Index block size (%d) is smaller than the " in ntfs_index_lookup()
[all …]
Dmft.c92 ntfs_log_perror("%s: b=%p count=%lld mft=%llu", __FUNCTION__, in ntfs_mft_records_read()
101 ntfs_log_perror("Trying to read non-allocated mft records " in ntfs_mft_records_read()
112 ntfs_log_perror("Failed to read of MFT, mft=%llu count=%lld " in ntfs_mft_records_read()
161 ntfs_log_perror("Trying to write non-allocated mft records " in ntfs_mft_records_write()
178 ntfs_log_perror("Trying to write non-allocated mftmirr" in ntfs_mft_records_write()
198 ntfs_log_perror("Error writing $Mft record(s)"); in ntfs_mft_records_write()
355 ntfs_log_perror("%s: mrec=%p", __FUNCTION__, mrec); in ntfs_file_record_read()
408 ntfs_log_perror("%s: mrec=%p", __FUNCTION__, mrec); in ntfs_mft_record_layout()
418 ntfs_log_perror("Mft reference exceeds 32 bits"); in ntfs_mft_record_layout()
611 ntfs_log_perror("Failed to read $MFT bitmap"); in ntfs_mft_bitmap_find_free_rec()
[all …]
Dbitmap.c124 ntfs_log_perror("%s: Invalid argument (%p, %lld, %lld)", in ntfs_bitmap_set_bits_in_run()
193 ntfs_log_perror("Reading of last byte " in ntfs_bitmap_set_bits_in_run()
219 ntfs_log_perror("Failed to write buffer to bitmap " in ntfs_bitmap_set_bits_in_run()
Drunlist.c557 ntfs_log_perror("%s: unmapped source runlist", __FUNCTION__); in ntfs_runlists_merge_i()
579 ntfs_log_perror("Run lists overlap. Cannot merge"); in ntfs_runlists_merge_i()
633 ntfs_log_perror("Merge failed"); in ntfs_runlists_merge_i()
707 ntfs_log_perror("libntfs: Critical error"); in ntfs_runlists_merge_i()
1121 ntfs_log_perror("Failed to read runlist [vol: %p rl: %p " in ntfs_rl_pread()
1210 ntfs_log_perror("Failed to write runlist [vol: %p rl: %p " in ntfs_rl_pwrite()
1649 ntfs_log_perror("rl_truncate error: arl: %p", arl); in ntfs_rl_truncate()
1651 ntfs_log_perror("rl_truncate error:" in ntfs_rl_truncate()
1660 ntfs_log_perror("Start_vcn lies outside front of runlist"); in ntfs_rl_truncate()
1723 ntfs_log_perror("%s: ", __FUNCTION__); in ntfs_rl_sparse()
[all …]
Ddir.c281 ntfs_log_perror("Index root attribute missing in directory inode " in ntfs_inode_lookup_by_name()
374 ntfs_log_perror("Failed to open index allocation (inode %lld)", in ntfs_inode_lookup_by_name()
404 ntfs_log_perror("Failed to read vcn 0x%llx from inode %lld", in ntfs_inode_lookup_by_name()
759 ntfs_log_perror("Could not convert filename to Unicode:" in ntfs_pathname_to_inode()
778 ntfs_log_perror("Could not convert filename to Unicode:" in ntfs_pathname_to_inode()
1137 ntfs_log_perror("Failed to open index allocation attribute. " in ntfs_readdir()
1167 ntfs_log_perror("Parent directory not found"); in ntfs_readdir()
1187 ntfs_log_perror("Index root attribute missing in directory inode " in ntfs_readdir()
1289 ntfs_log_perror("Failed to open index bitmap attribute"); in ntfs_readdir()
1312 ntfs_log_perror("Failed to read from index bitmap attribute"); in ntfs_readdir()
[all …]
Ddevice.c444 ntfs_log_perror("Trying to read outside of volume " in ntfs_cluster_read()
452 ntfs_log_perror("Error reading cluster(s)"); in ntfs_cluster_read()
480 ntfs_log_perror("Trying to write outside of volume " in ntfs_cluster_write()
491 ntfs_log_perror("Error writing cluster(s)"); in ntfs_cluster_write()
/third_party/ntfs-3g/ntfsprogs/
Dntfscp.c819 ntfs_log_perror("ERROR: Failed to convert '%s' to unicode", in ntfs_new_file()
866 ntfs_log_perror("Failed to set SIGINT handler"); in main()
871 ntfs_log_perror("Failed to set SIGTERM handler"); in main()
882 ntfs_log_perror("ERROR: couldn't mount volume"); in main()
891 ntfs_log_perror("ERROR: couldn't get free space"); in main()
898 ntfs_log_perror("ERROR: Couldn't stat source file"); in main()
907 ntfs_log_perror("ERROR: Couldn't open source file"); in main()
948 ntfs_log_perror("strdup() failed"); in main()
980 ntfs_log_perror("Failed to create '%s' under " in main()
988 ntfs_log_perror("ERROR: Couldn't open '%s'", in main()
[all …]
Dntfsfix.c235 ntfs_log_perror("Failed to read $Volume"); in OLD_ntfs_volume_set_flags()
281 ntfs_log_perror("Error writing $Volume"); in OLD_ntfs_volume_set_flags()
337 ntfs_log_perror("Failed to reset $LogFile"); in empty_journal()
368 ntfs_log_perror("Could not locate attribute for %s", in clear_sparse()
372 ntfs_log_perror("Could not get a search context for %s", in clear_sparse()
419 ntfs_log_perror("Failed to un-mark the bad clusters"); in clear_badclus()
435 ntfs_log_perror("Failed to open $BadClus::$Bad"); in clear_badclus()
439 ntfs_log_perror("Failed to open inode FILE_BadClus"); in clear_badclus()
461 ntfs_log_perror("Failed to allocate memory"); in fix_mftmirr()
466 ntfs_log_perror("Failed to allocate memory"); in fix_mftmirr()
[all …]
Dntfscat.c235 ntfs_log_perror("Invalid attribute name '%s'", in parse_options()
375 ntfs_log_perror("ERROR: Couldn't read file"); in cat()
383 ntfs_log_perror("ERROR: Couldn't output all data!"); in cat()
421 ntfs_log_perror("ERROR: couldn't mount volume"); in main()
444 ntfs_log_perror("ERROR: Couldn't open inode"); in main()
Dntfsundelete.c1029 ntfs_log_perror("ERROR: Couldn't open $MFT/$DATA"); in get_parent_name()
1369 ntfs_log_perror("ERROR: Couldn't open $MFT/$DATA"); in read_record()
1769 ntfs_log_perror("Couldn't compare filename with regex"); in name_match()
2050 ntfs_log_perror("Couldn't create file %s", in undelete_file()
2057 ntfs_log_perror("Write failed"); in undelete_file()
2063 ntfs_log_perror("Close failed"); in undelete_file()
2080 ntfs_log_perror("Couldn't create file %s", in undelete_file()
2092 ntfs_log_perror("Write failed"); in undelete_file()
2109 ntfs_log_perror("Write failed"); in undelete_file()
2123 ntfs_log_perror("Write failed"); in undelete_file()
[all …]
Dntfsdump_logfile.c100 ntfs_log_perror("Warning: Failed to close $LogFile " in logfile_close()
103 ntfs_log_perror("Warning: Failed to umount %s", in logfile_close()
107 ntfs_log_perror("Warning: Failed to close file %s", in logfile_close()
132 ntfs_log_perror("Warning: Failed to close $LogFile (inode %i)", in device_err_exit()
135 ntfs_log_perror("Warning: Failed to umount"); in device_err_exit()
448 ntfs_log_perror("Failed to convert log client name"); in dump_restart_areas_area()
705 ntfs_log_perror("Failed to allocate buffer for file data"); in main()
Dutils.c225 ntfs_log_perror("Error getting information about %s", in utils_valid_device()
232 ntfs_log_perror("Failed to determine whether %s is mounted", in utils_valid_device()
286 ntfs_log_perror("Failed to mount '%s'", device); in utils_mount_volume()
745 ntfs_log_perror("Couldn't open $Bitmap"); in utils_cluster_in_use()
755 ntfs_log_perror("Couldn't read $Bitmap"); in utils_cluster_in_use()
813 ntfs_log_perror("Couldn't read $MFT/$BITMAP"); in utils_mftrec_in_use()
1119 ntfs_log_perror("Couldn't open $MFT/$DATA"); in mft_next_record()
1125 ntfs_log_perror("Couldn't read MFT Record %llu", in mft_next_record()
Dntfsdecrypt.c330 ntfs_log_perror("Failed to open key file"); in ntfs_pkcs12_load_pfxfile()
334 ntfs_log_perror("Failed to stat key file"); in ntfs_pkcs12_load_pfxfile()
348 ntfs_log_perror("Failed to allocate buffer for key file " in ntfs_pkcs12_load_pfxfile()
357 ntfs_log_perror("Failed to read from key file"); in ntfs_pkcs12_load_pfxfile()
1243 ntfs_log_perror("Failed to read $EFS attribute"); in ntfs_inode_fek_get()
1397 ntfs_log_perror("ERROR: Couldn't read file"); in ntfs_cat_decrypt()
1404 ntfs_log_perror("ERROR: Couldn't decrypt all data!"); in ntfs_cat_decrypt()
1414 ntfs_log_perror("ERROR: Couldn't output all data!"); in ntfs_cat_decrypt()
1470 ntfs_log_perror("ERROR: Couldn't read data"); in ntfs_feed_encrypt()
1503 ntfs_log_perror("ERROR: Couldn't encrypt all data!"); in ntfs_feed_encrypt()
[all …]
Dntfsmftalloc.c278 ntfs_log_perror("Warning: Failed to close inode 0x%llx", in ntfsmftalloc_exit()
283 ntfs_log_perror("Warning: Could not umount %s", dev_name); in ntfsmftalloc_exit()
364 ntfs_log_perror("Warning: Failed to umount %s", dev_name); in main()
Dntfsinfo.c763 ntfs_log_perror("ntfs_get_attribute_value_length failed"); in ntfs_dump_attr_list()
772 ntfs_log_perror("ntfs_get_attribute_value failed"); in ntfs_dump_attr_list()
816 ntfs_log_perror("ntfs_ucstombs failed"); in ntfs_dump_attr_list()
907 ntfs_log_perror("ntfsinfo error: could not parse file name"); in ntfs_dump_filename()
1172 ntfs_log_perror("ntfsinfo error: could not parse " in ntfs_dump_attr_volume_name()
1273 ntfs_log_perror("Failed to read $SDS attribute"); in ntfs_dump_sds()
1368 ntfs_log_perror("Error: couldn't parse attribute name"); in ntfs_dump_attribute_header()
1898 ntfs_log_perror("Damaged INDX record"); in ntfs_dump_index_block()
1940 ntfs_log_perror("Failed to read $INDEX_ROOT attribute"); in ntfs_dump_attr_index_allocation()
1951 ntfs_log_perror("Failed to read $BITMAP attribute"); in ntfs_dump_attr_index_allocation()
[all …]
Dntfstruncate.c693 ntfs_log_perror("Warning: Failed to close inode %lli", in ntfstruncate_exit()
699 ntfs_log_perror("Warning: Could not umount %s", dev_name); in ntfstruncate_exit()
730 ntfs_log_perror("Failed to determine whether %s is mounted", in main()
802 ntfs_log_perror("Warning: Failed to umount %s", dev_name); in main()
Dntfsck.c693 ntfs_log_perror("Couldn't read $MFT record %lld", (long long)mft_num); in verify_mft_record()
834 ntfs_log_perror("Error opening partition device"); in main()
849 ntfs_log_perror("Failed to close the device."); in main()
/third_party/ntfs-3g/src/
Dntfs-3g_common.c157 ntfs_log_perror("%s: Too large input buffer", EXEC_NAME); in ntfs_strappend()
163 ntfs_log_perror("%s: Memory realloction failed", EXEC_NAME); in ntfs_strappend()
195 ntfs_log_perror("%s: Too large input buffer", EXEC_NAME); in ntfs_strinsert()
201 ntfs_log_perror("%s: Memory reallocation failed", EXEC_NAME); in ntfs_strinsert()
259 ntfs_log_perror("%s: strdup failed", EXEC_NAME); in parse_mount_options()
624 ntfs_log_perror("%s: Failed to access " in ntfs_parse_options()
875 ntfs_log_perror(

12