HomeSort by relevance Sort by last modified time
    Searched refs:BSIZE (Results 1 - 12 of 12) sorted by null

  /external/ltp/testcases/kernel/fs/fs_di/
create_datafile.c 37 #define BSIZE 1048576L
43 char buf[BSIZE];
49 BSIZE);
55 for (i = 1; i < BSIZE; i++)
57 buf[BSIZE - 1] = 'Z';
63 if (write(fd, buf, BSIZE) == -1)
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs04_create_file.c 37 #define BSIZE 1048576L
43 char buf[BSIZE];
49 BSIZE);
55 for (i = 1; i < BSIZE; i++)
57 buf[BSIZE - 1] = 'Z';
63 if (write(fd, buf, BSIZE) == -1)
  /external/ltp/testcases/kernel/fs/lftest/
lftest.c 40 #define BSIZE 1048576L
41 char buf[BSIZE];
54 printf("usage:<# of %ld buffers to write>\n", BSIZE);
62 for (i = 1; i < BSIZE; i++)
64 buf[BSIZE - 1] = 'Z';
70 if (write(fd, buf, BSIZE) == -1)
78 if (lseek(fd, (i + 1) * BSIZE, 0) == -1)
  /external/ltp/testcases/kernel/syscalls/memset/
memset01.c 46 #undef BSIZE
47 #define BSIZE 4096
52 char buf[BSIZE];
103 for (i = 0; i < BSIZE; i++)
  /external/e2fsprogs/tests/f_extent_htree/
script 13 BSIZE=1024
21 NUM=$(((BSIZE / (NAMELEN + 8)) * (BSIZE / 12) * 2))
33 echo "mke2fs -b $BSIZE -O dir_index,extent -E no_copy_xattrs -d$SRC -N$NUM $TMPFILE $NUM" >> $OUT
34 $MKE2FS -b $BSIZE -O dir_index,extent -E no_copy_xattrs -d$SRC -N$NUM $TMPFILE $NUM >> $OUT 2>&1
  /external/ltp/testcases/kernel/syscalls/memcpy/
memcpy01.c 51 #undef BSIZE
52 #define BSIZE 4096
61 char buf[BSIZE];
143 for (i = 0; i < BSIZE; i++)
  /external/ltp/testcases/kernel/syscalls/memcmp/
memcmp01.c 46 #undef BSIZE
47 #define BSIZE 4096
52 char buf[BSIZE];
194 for (i = 0; i < BSIZE; i++)
  /external/ltp/testcases/kernel/fs/doio/
iogen.c 73 #ifndef BSIZE
75 #define BSIZE DEV_BSIZE
77 #define BSIZE 512
477 Mintrans, (Mintrans + BSIZE - 1) / BSIZE);
481 Maxtrans, (Maxtrans + BSIZE - 1) / BSIZE);
489 Rawmult, (Rawmult + BSIZE - 1) / BSIZE);
619 random_range(Mintrans, Maxtrans, BSIZE, NULL)
    [all...]
write_log.c 76 #ifndef BSIZE
78 #define BSIZE DEV_BSIZE
81 #define BSIZE 512
266 char buf[BSIZE * 32], *bufend, *cp, *bufstart;
growfiles.c 320 #ifndef BSIZE
322 #define BSIZE 1024
324 #define BSIZE 512
326 #endif /* BSIZE */
430 bytes_to_consume *= BSIZE;
    [all...]
doio.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 84 typedef UINT16 BSIZE;
    [all...]

Completed in 601 milliseconds