Searched refs:bh0 (Results 1 – 1 of 1) sorted by relevance
1742 struct buffer_head *bh0 = sb_getblk(sb, 0); in ntfs_fill_super() local1743 if (bh0) { in ntfs_fill_super()1744 wait_on_buffer(bh0); in ntfs_fill_super()1745 lock_buffer(bh0); in ntfs_fill_super()1746 memcpy(bh0->b_data, boot2, sizeof(*boot2)); in ntfs_fill_super()1747 set_buffer_uptodate(bh0); in ntfs_fill_super()1748 mark_buffer_dirty(bh0); in ntfs_fill_super()1749 unlock_buffer(bh0); in ntfs_fill_super()1750 if (!sync_dirty_buffer(bh0)) in ntfs_fill_super()1752 put_bh(bh0); in ntfs_fill_super()