Home
last modified time | relevance | path

Searched refs:ra_ptr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddir.c682 int ra_ptr = 0; /* Current index into readahead in ocfs2_find_entry_el() local
700 if (ra_ptr >= ra_max) { in ocfs2_find_entry_el()
702 ra_ptr = 0; in ocfs2_find_entry_el()
722 if ((bh = bh_use[ra_ptr++]) == NULL) in ocfs2_find_entry_el()
764 for (; ra_ptr < ra_max; ra_ptr++) in ocfs2_find_entry_el()
765 brelse(bh_use[ra_ptr]); in ocfs2_find_entry_el()
/kernel/linux/linux-6.6/fs/ocfs2/
H A 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()
/kernel/linux/linux-5.10/fs/ext4/
H A Dnamei.c1505 size_t ra_ptr = 0; /* Current index into readahead in __ext4_find_entry() local
1564 if (ra_ptr >= ra_max) { in __ext4_find_entry()
1566 ra_ptr = 0; in __ext4_find_entry()
1580 if ((bh = bh_use[ra_ptr++]) == NULL) in __ext4_find_entry()
1632 for (; ra_ptr < ra_max; ra_ptr++) in __ext4_find_entry()
1633 brelse(bh_use[ra_ptr]); in __ext4_find_entry()
/kernel/linux/linux-6.6/fs/ext4/
H A Dnamei.c1603 size_t ra_ptr = 0; /* Current index into readahead in __ext4_find_entry() local
1662 if (ra_ptr >= ra_max) { in __ext4_find_entry()
1664 ra_ptr = 0; in __ext4_find_entry()
1678 if ((bh = bh_use[ra_ptr++]) == NULL) in __ext4_find_entry()
1730 for (; ra_ptr < ra_max; ra_ptr++) in __ext4_find_entry()
1731 brelse(bh_use[ra_ptr]); in __ext4_find_entry()

Completed in 21 milliseconds