Home
last modified time | relevance | path

Searched refs:ntfs_log_warning (Results 1 – 5 of 5) sorted by relevance

/third_party/ntfs-3g/ntfsprogs/
Dntfsck.c665 ntfs_log_warning("Unsupported: replay_log()\n"); in replay_log()
770 ntfs_log_warning("Unsupported: check_volume()\n"); in check_volume()
863 ntfs_log_warning("Volume is dirty.\n"); in main()
Dmkntfs.c3517 ntfs_log_warning("mkntfs forced anyway.\n"); in mkntfs_open_partition()
3528 ntfs_log_warning("mkntfs forced anyway.\n"); in mkntfs_open_partition()
3540 ntfs_log_warning("mkntfs forced anyway. Hope /etc/mtab is incorrect.\n"); in mkntfs_open_partition()
3558 ntfs_log_warning("Failed to determine system page size. " in mkntfs_get_page_size()
3580 ntfs_log_warning("The sector size was not specified " in mkntfs_override_vol_params()
3633 ntfs_log_warning("The partition start sector was not " in mkntfs_override_vol_params()
3640 ntfs_log_warning("The partition start sector was not " in mkntfs_override_vol_params()
3659 ntfs_log_warning("The number of sectors per track was " in mkntfs_override_vol_params()
3666 ntfs_log_warning("The number of sectors per track was " in mkntfs_override_vol_params()
3682 ntfs_log_warning("The number of heads was not " in mkntfs_override_vol_params()
[all …]
Dutils.c239 ntfs_log_warning("Forced to continue.\n"); in utils_valid_device()
248 ntfs_log_warning("Forced to continue.\n"); in utils_valid_device()
Dntfslabel.c387 ntfs_log_warning("New label is too long. Maximum %u characters " in change_label()
/third_party/ntfs-3g/include/ntfs-3g/
Dlogging.h100 #define ntfs_log_warning(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG… macro