Searched refs:bh0 (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ntfs3/ |
H A D | super.c | 1617 struct buffer_head *bh0 = sb_getblk(sb, 0); in ntfs_fill_super() local 1618 if (bh0) { in ntfs_fill_super() 1619 if (buffer_locked(bh0)) in ntfs_fill_super() 1620 __wait_on_buffer(bh0); in ntfs_fill_super() 1622 lock_buffer(bh0); in ntfs_fill_super() 1623 memcpy(bh0->b_data, boot2, sizeof(*boot2)); in ntfs_fill_super() 1624 set_buffer_uptodate(bh0); in ntfs_fill_super() 1625 mark_buffer_dirty(bh0); in ntfs_fill_super() 1626 unlock_buffer(bh0); in ntfs_fill_super() 1627 if (!sync_dirty_buffer(bh0)) in ntfs_fill_super() [all...] |
/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 | 507 struct buffer_head *bh0, *bh1, *bh2; in hpfs_fill_super() local 531 if (!(bootblock = hpfs_map_sector(s, 0, &bh0, 0))) goto bail1; in hpfs_fill_super() 648 brelse(bh0); in hpfs_fill_super() 692 bail2: brelse(bh0); in hpfs_fill_super()
|