Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ext4/
Dnamei.c1351 size_t ra_ptr = 0; /* Current index into readahead in ext4_find_entry() local
1417 if (ra_ptr >= ra_max) { in ext4_find_entry()
1419 ra_ptr = 0; in ext4_find_entry()
1433 if ((bh = bh_use[ra_ptr++]) == NULL) in ext4_find_entry()
1484 for (; ra_ptr < ra_max; ra_ptr++) in ext4_find_entry()
1485 brelse(bh_use[ra_ptr]); in ext4_find_entry()
/Linux-v4.19/fs/ocfs2/
Ddir.c694 int ra_ptr = 0; /* Current index into readahead in ocfs2_find_entry_el() local
712 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()