Searched refs:SMALLFILESIZE (Results 1 – 4 of 4) sorted by relevance
56 #define SMALLFILESIZE (32*1024) /* don't use mmap on little files */ macro69 static unsigned char buf[SMALLFILESIZE];348 == 0) && (statp->st_size > SMALLFILESIZE)) { in cat()442 buffsize = SMALLFILESIZE; in cat()454 if (buffsize <= SMALLFILESIZE) { in cat()
69 #define SMALLFILESIZE (32*1024) /* dont mmap files less than 32kb */ macro215 if (S_ISREG(a_srcStatbuf->st_mode) && (filesize > SMALLFILESIZE)) { in copyFile()257 if ((blocksize == 0) || (blocksize > SMALLFILESIZE)) { in copyFile()258 blocksize = SMALLFILESIZE; in copyFile()
99 if (S_ISREG(s1p->st_mode) && s1p->st_size > SMALLFILESIZE) { in writefile()196 char buf[SMALLFILESIZE]; in writefile()
76 #define SMALLFILESIZE (32*1024) /* don't use mmap on little file */ macro