Searched refs:ra_ptr (Results 1 – 2 of 2) sorted by relevance
694 int ra_ptr = 0; /* Current index into readahead in ocfs2_find_entry_el() local712 if (ra_ptr >= ra_max) { in ocfs2_find_entry_el()714 ra_ptr = 0; in ocfs2_find_entry_el()734 if ((bh = bh_use[ra_ptr++]) == NULL) in ocfs2_find_entry_el()776 for (; ra_ptr < ra_max; ra_ptr++) in ocfs2_find_entry_el()777 brelse(bh_use[ra_ptr]); in ocfs2_find_entry_el()
1411 size_t ra_ptr = 0; /* Current index into readahead in __ext4_find_entry() local1470 if (ra_ptr >= ra_max) { in __ext4_find_entry()1472 ra_ptr = 0; in __ext4_find_entry()1486 if ((bh = bh_use[ra_ptr++]) == NULL) in __ext4_find_entry()1537 for (; ra_ptr < ra_max; ra_ptr++) in __ext4_find_entry()1538 brelse(bh_use[ra_ptr]); in __ext4_find_entry()