Home
last modified time | relevance | path

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

/fs/ntfs/
Dsuper.c653 struct buffer_head *bh_primary, *bh_backup; in read_ntfs_boot_sector() local
674 if ((bh_backup = sb_bread(sb, nr_blocks - 1))) { in read_ntfs_boot_sector()
676 bh_backup->b_data, silent)) in read_ntfs_boot_sector()
678 brelse(bh_backup); in read_ntfs_boot_sector()
682 if ((bh_backup = sb_bread(sb, nr_blocks >> 1))) { in read_ntfs_boot_sector()
684 bh_backup->b_data, silent)) in read_ntfs_boot_sector()
689 brelse(bh_backup); in read_ntfs_boot_sector()
711 memcpy(bh_primary->b_data, bh_backup->b_data, in read_ntfs_boot_sector()
716 brelse(bh_backup); in read_ntfs_boot_sector()
728 return bh_backup; in read_ntfs_boot_sector()