Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ntfs/
Dsuper.c666 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()