Searched refs:TST_MB (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/syscalls/syncfs/ |
D | syncfs01.c | 26 #define FILE_SIZE (FILE_SIZE_MB * TST_MB) 38 tst_fill_fd(fd, 0, TST_MB, FILE_SIZE_MB); in verify_syncfs()
|
/external/ltp/testcases/kernel/syscalls/swapoff/ |
D | swapoff01.c | 98 if (!tst_fs_has_free(NULL, ".", 64, TST_MB)) { in setup()
|
/external/ltp/include/ |
D | tst_fs.h | 48 TST_MB = 1048576, enumerator
|
/external/ltp/tools/apicmds/ |
D | ltpapicmd.c | 246 mul = TST_MB; in apicmd_fs_has_free()
|
/external/ltp/testcases/kernel/io/direct_io/ |
D | dma_thread_diotest.c | 395 if (!directflag || !tst_fs_has_free(NULL, ".", 1300, TST_MB)) { in setup()
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 1081 The 'mult' is a multiplier, one of 'TST_BYTES', 'TST_KB', 'TST_MB' or 'TST_GB'. 1084 'tst_fs_has_free("/tmp/testfile", 64, TST_MB)' will return 1 if the
|