Home
last modified time | relevance | path

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

/linux-4.19.296/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()
/linux-4.19.296/fs/ext4/
Dnamei.c1411 size_t ra_ptr = 0; /* Current index into readahead in __ext4_find_entry() local
1470 if (ra_ptr >= ra_max) { in __ext4_find_entry()
1472 ra_ptr = 0; in __ext4_find_entry()
1486 if ((bh = bh_use[ra_ptr++]) == NULL) in __ext4_find_entry()
1537 for (; ra_ptr < ra_max; ra_ptr++) in __ext4_find_entry()
1538 brelse(bh_use[ra_ptr]); in __ext4_find_entry()