Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ocfs2/
Ddir.c676 int ra_ptr = 0; /* Current index into readahead in ocfs2_find_entry_el() local
694 if (ra_ptr >= ra_max) { in ocfs2_find_entry_el()
696 ra_ptr = 0; in ocfs2_find_entry_el()
716 if ((bh = bh_use[ra_ptr++]) == NULL) in ocfs2_find_entry_el()
758 for (; ra_ptr < ra_max; ra_ptr++) in ocfs2_find_entry_el()
759 brelse(bh_use[ra_ptr]); in ocfs2_find_entry_el()
/Linux-v5.10/fs/ext4/
Dnamei.c1454 size_t ra_ptr = 0; /* Current index into readahead in __ext4_find_entry() local
1514 if (ra_ptr >= ra_max) { in __ext4_find_entry()
1516 ra_ptr = 0; in __ext4_find_entry()
1530 if ((bh = bh_use[ra_ptr++]) == NULL) in __ext4_find_entry()
1582 for (; ra_ptr < ra_max; ra_ptr++) in __ext4_find_entry()
1583 brelse(bh_use[ra_ptr]); in __ext4_find_entry()