Home
last modified time | relevance | path

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

/linux-5.19.10/fs/exfat/
Ddir.c687 unsigned int ra_count = min(adj_ra_count, max_ra_count); in exfat_dir_readahead() local
700 if ((sec - sbi->data_start_sector) & (ra_count - 1)) in exfat_dir_readahead()
701 ra_count = page_ra_count; in exfat_dir_readahead()
707 for (i = 0; i < ra_count; i++) in exfat_dir_readahead()