Searched refs:ra_ptr (Results 1 – 2 of 2) sorted by relevance
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()
1454 size_t ra_ptr = 0; /* Current index into readahead in __ext4_find_entry() local1514 if (ra_ptr >= ra_max) { in __ext4_find_entry()1516 ra_ptr = 0; in __ext4_find_entry()1530 if ((bh = bh_use[ra_ptr++]) == NULL) in __ext4_find_entry()1582 for (; ra_ptr < ra_max; ra_ptr++) in __ext4_find_entry()1583 brelse(bh_use[ra_ptr]); in __ext4_find_entry()