Searched refs:perr_printf (Results 1 – 3 of 3) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsclone.c | 293 static void perr_printf(const char *fmt, ...) in perr_printf() function 854 perr_printf("Write failed"); 862 perr_printf("Write failed"); 1131 perr_printf("Failed to read $INDEX_ROOT attribute of inode " 1145 perr_printf("Failed to read $BITMAP attribute"); 1151 perr_printf("Failed to open $INDEX_ALLOCATION attribute"); 1163 perr_printf("Failed to read $INDEX_ALLOCATION attribute"); 1173 perr_printf("Damaged INDX record"); 1187 perr_printf("INDX write fixup failed"); 1200 perr_printf("ntfs_rl_pwrite failed for inode %lld", [all …]
|
D | ntfscmp.c | 85 static void perr_printf(int newline, const char *fmt, ...) in perr_printf() function 101 #define perr_print(...) perr_printf(0, __VA_ARGS__) 102 #define perr_println(...) perr_printf(1, __VA_ARGS__)
|
D | ntfsresize.c | 261 static void perr_printf(const char *fmt, ...) in perr_printf() function 843 perr_printf("ntfs_decompress_mapping_pairs"); in build_lcn_usage_bitmap() 901 perr_printf("ntfs_attr_get_search_ctx"); in attr_get_search_ctx() 1044 perr_printf("ntfs_inode_close for inode %llu", in inode_close() 1085 perr_printf("Reading inode %lld failed", in build_allocation_bitmap() 1907 perr_printf("Failed to read from the disk"); in copy_clusters() 1916 perr_printf("Failed to write to the disk"); in copy_clusters() 2588 perr_printf("Couldn't convert '%s' to Unicode", aname); in lookup_data_attr() 2892 perr_printf("Opening '%s' as NTFS failed", opt.volume); in check_volume() 2931 perr_printf("Failed to check '%s' mount state", opt.volume); in mount_volume() [all …]
|