Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
H A Ddir.c693 int ra_ptr = 0; /* Current index into readahead in ocfs2_find_entry_el() local
711 if (ra_ptr >= ra_max) { in ocfs2_find_entry_el()
713 ra_ptr = 0; in ocfs2_find_entry_el()
733 if ((bh = bh_use[ra_ptr++]) == NULL) in ocfs2_find_entry_el()
775 for (; ra_ptr < ra_max; ra_ptr++) in ocfs2_find_entry_el()
776 brelse(bh_use[ra_ptr]); in ocfs2_find_entry_el()