Searched refs:bh0 (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/hpfs/
H A Dinode.c124 struct buffer_head *bh0; local
125 if (hpfs_map_fnode(sb, hpfs_inode->i_parent_dir, &bh0)) brelse(bh0);
H A Dsuper.c539 struct buffer_head *bh0, *bh1, *bh2; local
589 if (!(bootblock = hpfs_map_sector(s, 0, &bh0, 0))) goto bail1;
706 brelse(bh0);
750 bail2: brelse(bh0);
/linux-master/fs/ntfs3/
H A Dsuper.c1589 struct buffer_head *bh0 = sb_getblk(sb, 0); local
1590 if (bh0) {
1591 if (buffer_locked(bh0))
1592 __wait_on_buffer(bh0);
1594 lock_buffer(bh0);
1595 memcpy(bh0->b_data, boot2, sizeof(*boot2));
1596 set_buffer_uptodate(bh0);
1597 mark_buffer_dirty(bh0);
1598 unlock_buffer(bh0);
1599 if (!sync_dirty_buffer(bh0))
[all...]

Completed in 207 milliseconds