Searched refs:STAT_BLOCKSIZE (Results 1 – 5 of 5) sorted by relevance
124 #ifndef STAT_BLOCKSIZE126 #define STAT_BLOCKSIZE(s) (s).st_blksize macro128 #define STAT_BLOCKSIZE(s) (8 * 1024) macro
864 size_t buffer_size = buffer_lcm (STAT_BLOCKSIZE (filevec[0].stat),865 STAT_BLOCKSIZE (filevec[1].stat));
95 current->bufsize = STAT_BLOCKSIZE (current->stat);
1334 current_chunk_size = max (current_chunk_size, STAT_BLOCKSIZE (pipestat));
1049 #ifndef STAT_BLOCKSIZE1051 #define STAT_BLOCKSIZE(s) (s).st_blksize macro1053 #define STAT_BLOCKSIZE(s) (4 * 1024) macro1088 cpstart = xmalloc (2 * STAT_BLOCKSIZE(st_buf));1103 if (nl - cp >= STAT_BLOCKSIZE(st_buf))1106 (unsigned long) STAT_BLOCKSIZE(st_buf));1112 i = read (fd, nl, STAT_BLOCKSIZE(st_buf));