Home
last modified time | relevance | path

Searched refs:bh_use (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/ocfs2/
H A Ddir.c675 struct buffer_head *bh_use[NAMEI_RA_SIZE]; in ocfs2_find_entry_el() local
709 bh_use[ra_max] = NULL; in ocfs2_find_entry_el()
717 bh_use[ra_max] = bh; in ocfs2_find_entry_el()
720 if ((bh = bh_use[ra_ptr++]) == NULL) in ocfs2_find_entry_el()
763 brelse(bh_use[ra_ptr]); in ocfs2_find_entry_el()
/linux-6.15/fs/ext4/
H A Dnamei.c1525 struct buffer_head *bh_use[NAMEI_RA_SIZE]; in __ext4_find_entry() local
1602 ra_max = min(ra_max, ARRAY_SIZE(bh_use)); in __ext4_find_entry()
1604 false /* wait */, bh_use); in __ext4_find_entry()
1611 if ((bh = bh_use[ra_ptr++]) == NULL) in __ext4_find_entry()
1666 brelse(bh_use[ra_ptr]); in __ext4_find_entry()