Searched refs:bh0 (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/fs/ntfs3/ |
D | super.c | 1583 struct buffer_head *bh0 = sb_getblk(sb, 0); in ntfs_fill_super() local 1584 if (bh0) { in ntfs_fill_super() 1585 if (buffer_locked(bh0)) in ntfs_fill_super() 1586 __wait_on_buffer(bh0); in ntfs_fill_super() 1588 lock_buffer(bh0); in ntfs_fill_super() 1589 memcpy(bh0->b_data, boot2, sizeof(*boot2)); in ntfs_fill_super() 1590 set_buffer_uptodate(bh0); in ntfs_fill_super() 1591 mark_buffer_dirty(bh0); in ntfs_fill_super() 1592 unlock_buffer(bh0); in ntfs_fill_super() 1593 if (!sync_dirty_buffer(bh0)) in ntfs_fill_super() [all …]
|
/linux-6.6.21/fs/hpfs/ |
D | inode.c | 124 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()
|
D | super.c | 539 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()
|