Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hpfs/
Dinode.c124 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()
Dsuper.c545 struct buffer_head *bh0, *bh1, *bh2; in hpfs_fill_super() local
595 if (!(bootblock = hpfs_map_sector(s, 0, &bh0, 0))) goto bail1; in hpfs_fill_super()
710 brelse(bh0); in hpfs_fill_super()
751 bail2: brelse(bh0); in hpfs_fill_super()