Searched refs:bh_backup (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | super.c | 666 struct buffer_head *bh_primary, *bh_backup; in read_ntfs_boot_sector() local 687 if ((bh_backup = sb_bread(sb, nr_blocks - 1))) { in read_ntfs_boot_sector() 689 bh_backup->b_data, silent)) in read_ntfs_boot_sector() 691 brelse(bh_backup); in read_ntfs_boot_sector() 695 if ((bh_backup = sb_bread(sb, nr_blocks >> 1))) { in read_ntfs_boot_sector() 697 bh_backup->b_data, silent)) in read_ntfs_boot_sector() 702 brelse(bh_backup); in read_ntfs_boot_sector() 724 memcpy(bh_primary->b_data, bh_backup->b_data, in read_ntfs_boot_sector() 729 brelse(bh_backup); in read_ntfs_boot_sector() 741 return bh_backup; in read_ntfs_boot_sector() [all...] |
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | super.c | 674 struct buffer_head *bh_primary, *bh_backup; in read_ntfs_boot_sector() local 695 if ((bh_backup = sb_bread(sb, nr_blocks - 1))) { in read_ntfs_boot_sector() 697 bh_backup->b_data, silent)) in read_ntfs_boot_sector() 699 brelse(bh_backup); in read_ntfs_boot_sector() 703 if ((bh_backup = sb_bread(sb, nr_blocks >> 1))) { in read_ntfs_boot_sector() 705 bh_backup->b_data, silent)) in read_ntfs_boot_sector() 710 brelse(bh_backup); in read_ntfs_boot_sector() 732 memcpy(bh_primary->b_data, bh_backup->b_data, in read_ntfs_boot_sector() 737 brelse(bh_backup); in read_ntfs_boot_sector() 749 return bh_backup; in read_ntfs_boot_sector() [all...] |
Completed in 4 milliseconds