Searched refs:bh0 (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | super.c | 1684 struct buffer_head *bh0 = sb_getblk(sb, 0); in ntfs_fill_super() local 1685 if (bh0) { in ntfs_fill_super() 1686 wait_on_buffer(bh0); in ntfs_fill_super() 1687 lock_buffer(bh0); in ntfs_fill_super() 1688 memcpy(bh0->b_data, boot2, sizeof(*boot2)); in ntfs_fill_super() 1689 set_buffer_uptodate(bh0); in ntfs_fill_super() 1690 mark_buffer_dirty(bh0); in ntfs_fill_super() 1691 unlock_buffer(bh0); in ntfs_fill_super() 1692 if (!sync_dirty_buffer(bh0)) in ntfs_fill_super() 1694 put_bh(bh0); in ntfs_fill_super()
|
| /linux/fs/hpfs/ |
| H A D | inode.c | 124 struct buffer_head *bh0; in hpfs_read_inode() local 125 if (hpfs_map_fnode(sb, hpfs_inode->i_parent_dir, &bh0)) brelse(bh0); in hpfs_read_inode()
|
| H A D | super.c | 504 struct buffer_head *bh0, *bh1, *bh2; in hpfs_fill_super() local 528 if (!(bootblock = hpfs_map_sector(s, 0, &bh0, 0))) goto bail1; in hpfs_fill_super() 645 brelse(bh0); in hpfs_fill_super() 689 bail2: brelse(bh0); in hpfs_fill_super()
|