next_prefetch      39 fs/hpfs/map.c  	unsigned to_prefetch, next_prefetch;
next_prefetch      45 fs/hpfs/map.c  		next_prefetch = 0;
next_prefetch      47 fs/hpfs/map.c  		next_prefetch = le32_to_cpu(hpfs_sb(s)->sb_bmp_dir[bmp_block + 1]);
next_prefetch      48 fs/hpfs/map.c  	hpfs_prefetch_sectors(s, to_prefetch, 4 + 4 * (to_prefetch + 4 == next_prefetch));