Home
last modified time | relevance | path

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

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