Searched refs:ra_max (Results 1 – 2 of 2) sorted by relevance
1349 size_t ra_max = 0; /* Number of bh's in the readahead in ext4_find_entry() local1417 if (ra_ptr >= ra_max) { in ext4_find_entry()1421 ra_max = start - block; in ext4_find_entry()1423 ra_max = nblocks - block; in ext4_find_entry()1424 ra_max = min(ra_max, ARRAY_SIZE(bh_use)); in ext4_find_entry()1425 retval = ext4_bread_batch(dir, block, ra_max, in ext4_find_entry()1429 ra_max = 0; in ext4_find_entry()1484 for (; ra_ptr < ra_max; ra_ptr++) in ext4_find_entry()
692 int ra_max = 0; /* Number of bh's in the readahead in ocfs2_find_entry_el() local712 if (ra_ptr >= ra_max) { in ocfs2_find_entry_el()716 for (ra_max = 0; ra_max < NAMEI_RA_SIZE; ra_max++) { in ocfs2_find_entry_el()723 bh_use[ra_max] = NULL; in ocfs2_find_entry_el()731 bh_use[ra_max] = bh; in ocfs2_find_entry_el()776 for (; ra_ptr < ra_max; ra_ptr++) in ocfs2_find_entry_el()