Searched refs:MAXMAPSIZE (Results 1 – 5 of 5) sorted by relevance
206 #define MAXMAPSIZE 1024*1024*32 macro245 if (mapsize > MAXMAPSIZE)246 mapsize = MAXMAPSIZE;
75 #define MAXMAPSIZE (1024*1024*8) /* map at most 8MB */ macro
68 #define MAXMAPSIZE (1024*1024*8)-(1024*16) /* map at most 8MB */ macro222 mapsize = MAXMAPSIZE; in copyFile()
52 #define MAXMAPSIZE (8*1024*1024) /* map at most 8MB */ macro344 mapsize = (off_t)MAXMAPSIZE; in cat()
105 mapsize = MAXMAPSIZE; in writefile()