Searched refs:ra_ptr (Results 1 – 2 of 2) sorted by relevance
680 int ra_ptr = 0; /* Current index into readahead in ocfs2_find_entry_el() local698 if (ra_ptr >= ra_max) { in ocfs2_find_entry_el()700 ra_ptr = 0; in ocfs2_find_entry_el()720 if ((bh = bh_use[ra_ptr++]) == NULL) in ocfs2_find_entry_el()762 for (; ra_ptr < ra_max; ra_ptr++) in ocfs2_find_entry_el()763 brelse(bh_use[ra_ptr]); in ocfs2_find_entry_el()
1604 size_t ra_ptr = 0; /* Current index into readahead in __ext4_find_entry() local1663 if (ra_ptr >= ra_max) { in __ext4_find_entry()1665 ra_ptr = 0; in __ext4_find_entry()1679 if ((bh = bh_use[ra_ptr++]) == NULL) in __ext4_find_entry()1731 for (; ra_ptr < ra_max; ra_ptr++) in __ext4_find_entry()1732 brelse(bh_use[ra_ptr]); in __ext4_find_entry()