Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dsuper.c674 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()