Searched refs:maxsize (Results 1 – 3 of 3) sorted by relevance
195 unsigned long offset, unsigned long maxsize);
1328 long size = minsize, maxsize = MAX_BCACHE_SIZE * 2; in external_cache_probe() local1330 if (maxsize > (max_low_pfn + 1) << PAGE_SHIFT) in external_cache_probe()1331 maxsize = 1 << (ilog2(max_low_pfn + 1) + PAGE_SHIFT); in external_cache_probe()1336 while (size < maxsize) { in external_cache_probe()
870 unsigned long offset, unsigned long maxsize) in ecardm_iomap() argument879 if (maxsize && end - start > maxsize) in ecardm_iomap()880 end = start + maxsize; in ecardm_iomap()