Home
last modified time | relevance | path

Searched refs:bh_resize (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/fat/
H A Dinode.c1678 struct buffer_head *bh_resize; in fat_fill_super() local
1687 bh_resize = sb_bread(sb, 0); in fat_fill_super()
1688 if (bh_resize == NULL) { in fat_fill_super()
1694 brelse(bh_resize); in fat_fill_super()
/kernel/linux/linux-6.6/fs/fat/
H A Dinode.c1674 struct buffer_head *bh_resize; in fat_fill_super() local
1683 bh_resize = sb_bread(sb, 0); in fat_fill_super()
1684 if (bh_resize == NULL) { in fat_fill_super()
1690 brelse(bh_resize); in fat_fill_super()

Completed in 6 milliseconds