Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hpfs/
Dsuper.c366 struct buffer_head *bh0, *bh1, *bh2; in hpfs_read_super() local
416 if (!(bootblock = hpfs_map_sector(s, 0, &bh0, 0))) goto bail1; in hpfs_read_super()
530 brelse(bh0); in hpfs_read_super()
564 bail2: brelse(bh0); in hpfs_read_super()
Dinode.c171 struct buffer_head *bh0; in hpfs_read_inode() local
172 if (hpfs_map_fnode(sb, i->i_hpfs_parent_dir, &bh0)) brelse(bh0); in hpfs_read_inode()