Searched refs:tst_fs_has_free (Results 1 – 10 of 10) sorted by relevance
/external/ltp/include/ |
D | tst_fs.h | 180 static inline int tst_fs_has_free(const char *path, unsigned int size, in tst_fs_has_free() function 206 static inline int tst_fs_has_free(void (*cleanup)(void), const char *path, in tst_fs_has_free() function
|
/external/ltp/tools/apicmds/ |
D | .gitignore | 10 tst_fs_has_free
|
D | ltpapicmd.c | 254 exit(!tst_fs_has_free(NULL, argv[0], required_kib, mul)); in apicmd_fs_has_free()
|
/external/ltp/testcases/kernel/syscalls/swapon/ |
D | libswapon.c | 30 if (!tst_fs_has_free(NULL, ".", sysconf(_SC_PAGESIZE) * 10, in make_swapfile()
|
/external/ltp/testcases/kernel/syscalls/swapoff/ |
D | swapoff01.c | 98 if (!tst_fs_has_free(NULL, ".", 64, TST_MB)) { in setup()
|
D | swapoff02.c | 150 if (!tst_fs_has_free(NULL, ".", 1, TST_KB)) { in setup()
|
/external/ltp/testcases/kernel/syscalls/sendfile/ |
D | sendfile09.c | 138 if (!tst_fs_has_free(NULL, ".", 5, TST_GB)) in setup()
|
/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 | 1073 int tst_fs_has_free(const char *path, unsigned int size, unsigned int mult); 1076 The 'tst_fs_has_free()' function returns 1 if there is enough space and 0 if 1084 'tst_fs_has_free("/tmp/testfile", 64, TST_MB)' will return 1 if the 2071 .tst_fs_has_free 2079 if ! tst_fs_has_free . 100MB; then 2086 The 'tst_fs_has_free' shell interface returns 0 if the specified free space is
|
/external/ltp/ |
D | gen.bp | 134 "lib/tst_fs_has_free.c", 17698 stem: "tst_fs_has_free",
|