Searched refs:ra_max (Results 1 – 2 of 2) sorted by relevance
1601 size_t ra_max = 0; /* Number of bh's in the readahead in __ext4_find_entry() local1662 if (ra_ptr >= ra_max) { in __ext4_find_entry()1666 ra_max = start - block; in __ext4_find_entry()1668 ra_max = nblocks - block; in __ext4_find_entry()1669 ra_max = min(ra_max, ARRAY_SIZE(bh_use)); in __ext4_find_entry()1670 retval = ext4_bread_batch(dir, block, ra_max, in __ext4_find_entry()1674 ra_max = 0; in __ext4_find_entry()1730 for (; ra_ptr < ra_max; ra_ptr++) in __ext4_find_entry()
672 int ra_max = 0; /* Number of bh's in the readahead in ocfs2_find_entry_el() local692 if (ra_ptr >= ra_max) { in ocfs2_find_entry_el()696 for (ra_max = 0; ra_max < NAMEI_RA_SIZE; ra_max++) { in ocfs2_find_entry_el()703 bh_use[ra_max] = NULL; in ocfs2_find_entry_el()711 bh_use[ra_max] = bh; in ocfs2_find_entry_el()756 for (; ra_ptr < ra_max; ra_ptr++) in ocfs2_find_entry_el()