Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ext4/
Dnamei.c1350 struct buffer_head *bh_use[NAMEI_RA_SIZE]; in ext4_find_entry() local
1427 bh_use[ra_max] = NULL; in ext4_find_entry()
1439 bh_use[ra_max] = bh; in ext4_find_entry()
1445 if ((bh = bh_use[ra_ptr++]) == NULL) in ext4_find_entry()
1496 brelse(bh_use[ra_ptr]); in ext4_find_entry()
/linux-4.4.14/fs/ocfs2/
Ddir.c688 struct buffer_head *bh_use[NAMEI_RA_SIZE]; in ocfs2_find_entry_el() local
722 bh_use[ra_max] = NULL; in ocfs2_find_entry_el()
730 bh_use[ra_max] = bh; in ocfs2_find_entry_el()
733 if ((bh = bh_use[ra_ptr++]) == NULL) in ocfs2_find_entry_el()
776 brelse(bh_use[ra_ptr]); in ocfs2_find_entry_el()