Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext3/
Dnamei.c847 struct buffer_head * bh_use[NAMEI_RA_SIZE]; in ext3_find_entry() local
906 bh_use[ra_max] = NULL; in ext3_find_entry()
911 bh_use[ra_max] = bh; in ext3_find_entry()
920 if ((bh = bh_use[ra_ptr++]) == NULL) in ext3_find_entry()
960 brelse (bh_use[ra_ptr]); in ext3_find_entry()
/linux-4.1.27/fs/ocfs2/
Ddir.c697 struct buffer_head *bh_use[NAMEI_RA_SIZE]; in ocfs2_find_entry_el() local
731 bh_use[ra_max] = NULL; in ocfs2_find_entry_el()
739 bh_use[ra_max] = bh; in ocfs2_find_entry_el()
742 if ((bh = bh_use[ra_ptr++]) == NULL) in ocfs2_find_entry_el()
785 brelse(bh_use[ra_ptr]); in ocfs2_find_entry_el()
/linux-4.1.27/fs/ext4/
Dnamei.c1363 struct buffer_head *bh_use[NAMEI_RA_SIZE]; in ext4_find_entry() local
1435 bh_use[ra_max] = NULL; in ext4_find_entry()
1445 bh_use[ra_max] = bh; in ext4_find_entry()
1451 if ((bh = bh_use[ra_ptr++]) == NULL) in ext4_find_entry()
1502 brelse(bh_use[ra_ptr]); in ext4_find_entry()