Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hpfs/
Dinode.c121 struct buffer_head *bh0; in hpfs_read_inode() local
122 if (hpfs_map_fnode(sb, hpfs_inode->i_parent_dir, &bh0)) brelse(bh0); in hpfs_read_inode()
Dsuper.c452 struct buffer_head *bh0, *bh1, *bh2; in hpfs_fill_super() local
507 if (!(bootblock = hpfs_map_sector(s, 0, &bh0, 0))) goto bail1; in hpfs_fill_super()
621 brelse(bh0); in hpfs_fill_super()
664 bail2: brelse(bh0); in hpfs_fill_super()