Searched refs:ra_ptr (Results 1 – 2 of 2) sorted by relevance
1356 int ra_ptr = 0; /* Current index into readahead in ext4_find_entry() local1416 if (ra_ptr >= ra_max) { in ext4_find_entry()1418 ra_ptr = 0; in ext4_find_entry()1445 if ((bh = bh_use[ra_ptr++]) == NULL) in ext4_find_entry()1495 for (; ra_ptr < ra_max; ra_ptr++) in ext4_find_entry()1496 brelse(bh_use[ra_ptr]); in ext4_find_entry()
693 int ra_ptr = 0; /* Current index into readahead in ocfs2_find_entry_el() local711 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()