Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ocfs2/
Ddir.c674 int ra_ptr = 0; /* Current index into readahead in ocfs2_find_entry_el() local
692 if (ra_ptr >= ra_max) { in ocfs2_find_entry_el()
694 ra_ptr = 0; in ocfs2_find_entry_el()
714 if ((bh = bh_use[ra_ptr++]) == NULL) in ocfs2_find_entry_el()
756 for (; ra_ptr < ra_max; ra_ptr++) in ocfs2_find_entry_el()
757 brelse(bh_use[ra_ptr]); in ocfs2_find_entry_el()
/Linux-v6.1/fs/ext4/
Dnamei.c1583 size_t ra_ptr = 0; /* Current index into readahead in __ext4_find_entry() local
1643 if (ra_ptr >= ra_max) { in __ext4_find_entry()
1645 ra_ptr = 0; in __ext4_find_entry()
1659 if ((bh = bh_use[ra_ptr++]) == NULL) in __ext4_find_entry()
1711 for (; ra_ptr < ra_max; ra_ptr++) in __ext4_find_entry()
1712 brelse(bh_use[ra_ptr]); in __ext4_find_entry()