Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Ddir.c82 #define MAX_RA_BLOCKS 32 /* max read-ahead blocks */ macro
1491 if (index + MAX_RA_BLOCKS < f_ra->start) in gfs2_dir_readahead()
1495 for (count = 0; count < MAX_RA_BLOCKS; count++) { in gfs2_dir_readahead()