Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ntfs/
Dsuper.c680 struct buffer_head *bh_primary, *bh_backup; in read_ntfs_boot_sector() local
701 if ((bh_backup = sb_bread(sb, nr_blocks - 1))) { in read_ntfs_boot_sector()
703 bh_backup->b_data, silent)) in read_ntfs_boot_sector()
705 brelse(bh_backup); in read_ntfs_boot_sector()
709 if ((bh_backup = sb_bread(sb, nr_blocks >> 1))) { in read_ntfs_boot_sector()
711 bh_backup->b_data, silent)) in read_ntfs_boot_sector()
716 brelse(bh_backup); in read_ntfs_boot_sector()
738 memcpy(bh_primary->b_data, bh_backup->b_data, in read_ntfs_boot_sector()
743 brelse(bh_backup); in read_ntfs_boot_sector()
755 return bh_backup; in read_ntfs_boot_sector()