Home
last modified time | relevance | path

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

/fs/ext4/
Dnamei.c1338 int ra_ptr = 0; /* Current index into readahead in ext4_find_entry() local
1404 if (ra_ptr >= ra_max) { in ext4_find_entry()
1406 ra_ptr = 0; in ext4_find_entry()
1433 if ((bh = bh_use[ra_ptr++]) == NULL) in ext4_find_entry()
1483 for (; ra_ptr < ra_max; ra_ptr++) in ext4_find_entry()
1484 brelse(bh_use[ra_ptr]); in ext4_find_entry()
/fs/ocfs2/
Ddir.c693 int ra_ptr = 0; /* Current index into readahead in ocfs2_find_entry_el() local
711 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()