Searched refs:read_err_str (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | super.c | 665 const char *read_err_str = "Unable to read %s boot sector."; in read_ntfs_boot_sector() local 677 ntfs_error(sb, read_err_str, "primary"); in read_ntfs_boot_sector() 693 ntfs_error(sb, read_err_str, "backup"); in read_ntfs_boot_sector() 704 ntfs_error(sb, read_err_str, "backup"); in read_ntfs_boot_sector()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | super.c | 673 const char *read_err_str = "Unable to read %s boot sector."; in read_ntfs_boot_sector() local 685 ntfs_error(sb, read_err_str, "primary"); in read_ntfs_boot_sector() 701 ntfs_error(sb, read_err_str, "backup"); in read_ntfs_boot_sector() 712 ntfs_error(sb, read_err_str, "backup"); in read_ntfs_boot_sector()
|
Completed in 7 milliseconds