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

/linux-4.4.14/fs/gfs2/
H A Ddir.c81 #define MAX_RA_BLOCKS 32 /* max read-ahead blocks */ macro
1404 if (index + MAX_RA_BLOCKS < f_ra->start) gfs2_dir_readahead()
1408 for (count = 0; count < MAX_RA_BLOCKS; count++) { gfs2_dir_readahead()

Completed in 65 milliseconds