Searched refs:FILE_SIZE (Results 1 – 11 of 11) sorted by relevance
/external/autotest/client/tests/aio_dio_bugs/src/ |
D | aio-dio-subblock-eof-read.c | 25 #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/ |
D | fstat02.c | 37 #define FILE_SIZE 1024 macro 74 if (stat_buf.st_size != FILE_SIZE) { in verify() 76 (long)stat_buf.st_size, FILE_SIZE); in verify() 135 while (write_len < FILE_SIZE) { in setup()
|
/external/ltp/testcases/kernel/syscalls/stat/ |
D | stat01.c | 37 #define FILE_SIZE 1024 macro 74 if (stat_buf.st_size != FILE_SIZE) { in verify() 76 (long)stat_buf.st_size, FILE_SIZE); in verify() 136 while (write_len < FILE_SIZE) { in setup()
|
D | stat02.c | 84 #define FILE_SIZE 1024 macro 131 (stat_buf.st_size != FILE_SIZE) || in main() 197 while (write_len < FILE_SIZE) { in setup()
|
/external/ltp/testcases/kernel/syscalls/syncfs/ |
D | syncfs01.c | 26 #define FILE_SIZE (FILE_SIZE_MB * TST_MB) macro 49 if (written >= FILE_SIZE) in verify_syncfs() 52 tst_res(TFAIL, "Synced %li, expected %i", written, FILE_SIZE); in verify_syncfs()
|
/external/ltp/testcases/kernel/syscalls/ftruncate/ |
D | ftruncate01.c | 83 #define FILE_SIZE 1024 /* test file size */ macro 177 while (c_total < FILE_SIZE) { in setup()
|
D | ftruncate02.c | 83 #define FILE_SIZE 1024 /* test file size */ macro 261 while (write_len < FILE_SIZE) { in setup()
|
/external/ltp/testcases/kernel/syscalls/truncate/ |
D | truncate01.c | 85 #define FILE_SIZE 1024 /* test file size */ macro 193 while (c_total < FILE_SIZE) { in setup()
|
D | truncate02.c | 84 #define FILE_SIZE 1024 /* test file size */ macro 260 while (write_len < FILE_SIZE) { in setup()
|
/external/autotest/client/site_tests/hardware_TrimIntegrity/ |
D | hardware_TrimIntegrity.py | 36 FILE_SIZE = 1024 * 1024 * 1024 variable in hardware_TrimIntegrity 99 def run_once(self, filename=None, file_size=FILE_SIZE,
|
/external/ltp/testcases/kernel/syscalls/lstat/ |
D | lstat03.c | 46 #define FILE_SIZE 1024 macro
|