Searched refs:ra_max (Results 1 – 2 of 2) sorted by relevance
1558 size_t ra_max = 0; /* Number of bh's in the readahead in __ext4_find_entry() local1619 if (ra_ptr >= ra_max) { in __ext4_find_entry()1623 ra_max = start - block; in __ext4_find_entry()1625 ra_max = nblocks - block; in __ext4_find_entry()1626 ra_max = min(ra_max, ARRAY_SIZE(bh_use)); in __ext4_find_entry()1627 retval = ext4_bread_batch(dir, block, ra_max, in __ext4_find_entry()1631 ra_max = 0; in __ext4_find_entry()1689 for (; ra_ptr < ra_max; ra_ptr++) in __ext4_find_entry()
678 int ra_max = 0; /* Number of bh's in the readahead in ocfs2_find_entry_el() local698 if (ra_ptr >= ra_max) { in ocfs2_find_entry_el()702 for (ra_max = 0; ra_max < NAMEI_RA_SIZE; ra_max++) { in ocfs2_find_entry_el()709 bh_use[ra_max] = NULL; in ocfs2_find_entry_el()717 bh_use[ra_max] = bh; in ocfs2_find_entry_el()762 for (; ra_ptr < ra_max; ra_ptr++) in ocfs2_find_entry_el()