Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dnamei.c1345 struct buffer_head *bh_use[NAMEI_RA_SIZE]; in ext4_find_entry() local
1424 ra_max = min(ra_max, ARRAY_SIZE(bh_use)); in ext4_find_entry()
1426 false /* wait */, bh_use); in ext4_find_entry()
1433 if ((bh = bh_use[ra_ptr++]) == NULL) in ext4_find_entry()
1485 brelse(bh_use[ra_ptr]); in ext4_find_entry()
/Linux-v4.19/fs/ocfs2/
Ddir.c689 struct buffer_head *bh_use[NAMEI_RA_SIZE]; in ocfs2_find_entry_el() local
723 bh_use[ra_max] = NULL; in ocfs2_find_entry_el()
731 bh_use[ra_max] = bh; in ocfs2_find_entry_el()
734 if ((bh = bh_use[ra_ptr++]) == NULL) in ocfs2_find_entry_el()
777 brelse(bh_use[ra_ptr]); in ocfs2_find_entry_el()