Searched refs:ra_max (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Dnamei.c860 int ra_max = 0; /* Number of bh's in the readahead local
894 if (ra_ptr >= ra_max) {
898 for (ra_max = 0; ra_max < NAMEI_RA_SIZE; ra_max++) {
905 bh_use[ra_max] = NULL;
910 bh_use[ra_max] = bh;
954 for (; ra_ptr < ra_max; ra_ptr++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dnamei.c858 int ra_max = 0; /* Number of bh's in the readahead local
894 if (ra_ptr >= ra_max) {
898 for (ra_max = 0; ra_max < NAMEI_RA_SIZE; ra_max++) {
905 bh_use[ra_max] = NULL;
910 bh_use[ra_max] = bh;
954 for (; ra_ptr < ra_max; ra_ptr++)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Ddir.c692 int ra_max = 0; /* Number of bh's in the readahead local
714 if (ra_ptr >= ra_max) {
718 for (ra_max = 0; ra_max < NAMEI_RA_SIZE; ra_max++) {
725 bh_use[ra_max] = NULL;
733 bh_use[ra_max] = bh;
778 for (; ra_ptr < ra_max; ra_ptr++)

Completed in 224 milliseconds