Searched refs:FILE_SIZE (Results 1 - 10 of 10) sorted by relevance

/external/autotest/client/tests/aio_dio_bugs/src/
H A Daio-dio-subblock-eof-read.c25 #define FILE_SIZE 300 macro
54 ret = ftruncate(fd, FILE_SIZE);
60 if (ret != FILE_SIZE)
90 if (ie.res != FILE_SIZE)
92 "expected %d\n", ret, FILE_SIZE);
/external/ltp/testcases/kernel/syscalls/fstat/
H A Dfstat02.c37 #define FILE_SIZE 1024 macro
74 if (stat_buf.st_size != FILE_SIZE) {
76 stat_buf.st_size, FILE_SIZE);
135 while (write_len < FILE_SIZE) {
/external/ltp/testcases/kernel/syscalls/stat/
H A Dstat01.c37 #define FILE_SIZE 1024 macro
74 if (stat_buf.st_size != FILE_SIZE) {
76 stat_buf.st_size, FILE_SIZE);
136 while (write_len < FILE_SIZE) {
H A Dstat02.c83 #define FILE_SIZE 1024 macro
130 (stat_buf.st_size != FILE_SIZE) ||
196 while (write_len < FILE_SIZE) {
/external/ltp/testcases/kernel/syscalls/ftruncate/
H A Dftruncate01.c82 #define FILE_SIZE 1024 /* test file size */ macro
180 while (c_total < FILE_SIZE) {
H A Dftruncate02.c82 #define FILE_SIZE 1024 /* test file size */ macro
263 while (write_len < FILE_SIZE) {
/external/ltp/testcases/kernel/syscalls/truncate/
H A Dtruncate01.c84 #define FILE_SIZE 1024 /* test file size */ macro
192 while (c_total < FILE_SIZE) {
H A Dtruncate02.c84 #define FILE_SIZE 1024 /* test file size */ macro
259 while (write_len < FILE_SIZE) {
/external/ltp/testcases/kernel/syscalls/lstat/
H A Dlstat03.c46 #define FILE_SIZE 1024 macro
/external/autotest/client/site_tests/hardware_TrimIntegrity/
H A Dhardware_TrimIntegrity.py35 FILE_SIZE = 1024 * 1024 * 1024 variable in class:hardware_TrimIntegrity
97 def run_once(self, filename=None, file_size=FILE_SIZE,

Completed in 305 milliseconds