Searched refs:ra_ptr (Results 1 – 2 of 2) sorted by relevance
1451 size_t ra_ptr = 0; /* Current index into readahead in __ext4_find_entry() local1510 if (ra_ptr >= ra_max) { in __ext4_find_entry()1512 ra_ptr = 0; in __ext4_find_entry()1526 if ((bh = bh_use[ra_ptr++]) == NULL) in __ext4_find_entry()1576 for (; ra_ptr < ra_max; ra_ptr++) in __ext4_find_entry()1577 brelse(bh_use[ra_ptr]); in __ext4_find_entry()
676 int ra_ptr = 0; /* Current index into readahead in ocfs2_find_entry_el() local694 if (ra_ptr >= ra_max) { in ocfs2_find_entry_el()696 ra_ptr = 0; in ocfs2_find_entry_el()716 if ((bh = bh_use[ra_ptr++]) == NULL) in ocfs2_find_entry_el()758 for (; ra_ptr < ra_max; ra_ptr++) in ocfs2_find_entry_el()759 brelse(bh_use[ra_ptr]); in ocfs2_find_entry_el()