Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
Dsuper.c1572 struct buffer_head *bh0 = sb_getblk(sb, 0); in ntfs_fill_super() local
1573 if (bh0) { in ntfs_fill_super()
1574 if (buffer_locked(bh0)) in ntfs_fill_super()
1575 __wait_on_buffer(bh0); in ntfs_fill_super()
1577 lock_buffer(bh0); in ntfs_fill_super()
1578 memcpy(bh0->b_data, boot2, sizeof(*boot2)); in ntfs_fill_super()
1579 set_buffer_uptodate(bh0); in ntfs_fill_super()
1580 mark_buffer_dirty(bh0); in ntfs_fill_super()
1581 unlock_buffer(bh0); in ntfs_fill_super()
1582 if (!sync_dirty_buffer(bh0)) in ntfs_fill_super()
[all …]
/Linux-v6.6/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.c539 struct buffer_head *bh0, *bh1, *bh2; in hpfs_fill_super() local
589 if (!(bootblock = hpfs_map_sector(s, 0, &bh0, 0))) goto bail1; in hpfs_fill_super()
706 brelse(bh0); in hpfs_fill_super()
748 bail2: brelse(bh0); in hpfs_fill_super()