Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
H A Dballoc.c273 struct buffer_head *bh_p; in ext4_get_group_desc() local
284 bh_p = sbi_array_rcu_deref(sbi, s_group_desc, group_desc); in ext4_get_group_desc()
291 if (!bh_p) { in ext4_get_group_desc()
299 (__u8 *)bh_p->b_data + in ext4_get_group_desc()
302 *bh = bh_p; in ext4_get_group_desc()
/kernel/linux/linux-6.6/fs/ext4/
H A Dballoc.c275 struct buffer_head *bh_p; in ext4_get_group_desc() local
286 bh_p = sbi_array_rcu_deref(sbi, s_group_desc, group_desc); in ext4_get_group_desc()
293 if (!bh_p) { in ext4_get_group_desc()
301 (__u8 *)bh_p->b_data + in ext4_get_group_desc()
304 *bh = bh_p; in ext4_get_group_desc()

Completed in 3 milliseconds