Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ext3/
Dnamei.c858 struct buffer_head * bh_use[NAMEI_RA_SIZE]; in ext3_find_entry() local
917 bh_use[ra_max] = NULL; in ext3_find_entry()
922 bh_use[ra_max] = bh; in ext3_find_entry()
927 if ((bh = bh_use[ra_ptr++]) == NULL) in ext3_find_entry()
967 brelse (bh_use[ra_ptr]); in ext3_find_entry()
/linux-2.6.39/fs/ext4/
Dnamei.c857 struct buffer_head *bh_use[NAMEI_RA_SIZE]; in ext4_find_entry() local
918 bh_use[ra_max] = NULL; in ext4_find_entry()
923 bh_use[ra_max] = bh; in ext4_find_entry()
928 if ((bh = bh_use[ra_ptr++]) == NULL) in ext4_find_entry()
968 brelse(bh_use[ra_ptr]); in ext4_find_entry()
/linux-2.6.39/fs/ocfs2/
Ddir.c698 struct buffer_head *bh_use[NAMEI_RA_SIZE]; in ocfs2_find_entry_el() local
732 bh_use[ra_max] = NULL; in ocfs2_find_entry_el()
740 bh_use[ra_max] = bh; in ocfs2_find_entry_el()
743 if ((bh = bh_use[ra_ptr++]) == NULL) in ocfs2_find_entry_el()
786 brelse(bh_use[ra_ptr]); in ocfs2_find_entry_el()