Searched refs:ra_ptr (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ocfs2/
H A Ddir.c674 int ra_ptr = 0; /* Current index into readahead local
692 if (ra_ptr >= ra_max) {
694 ra_ptr = 0;
714 if ((bh = bh_use[ra_ptr++]) == NULL)
756 for (; ra_ptr < ra_max; ra_ptr++)
757 brelse(bh_use[ra_ptr]);
/linux-master/fs/ext4/
H A Dnamei.c1603 size_t ra_ptr = 0; /* Current index into readahead local
1662 if (ra_ptr >= ra_max) {
1664 ra_ptr = 0;
1678 if ((bh = bh_use[ra_ptr++]) == NULL)
1730 for (; ra_ptr < ra_max; ra_ptr++)
1731 brelse(bh_use[ra_ptr]);

Completed in 102 milliseconds