Home
last modified time | relevance | path

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

/external/ltp/include/
Dtst_fs.h180 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.gitignore10 tst_fs_has_free
Dltpapicmd.c254 exit(!tst_fs_has_free(NULL, argv[0], required_kib, mul)); in apicmd_fs_has_free()
/external/ltp/testcases/kernel/syscalls/swapon/
Dlibswapon.c30 if (!tst_fs_has_free(NULL, ".", sysconf(_SC_PAGESIZE) * 10, in make_swapfile()
/external/ltp/testcases/kernel/syscalls/swapoff/
Dswapoff01.c98 if (!tst_fs_has_free(NULL, ".", 64, TST_MB)) { in setup()
Dswapoff02.c150 if (!tst_fs_has_free(NULL, ".", 1, TST_KB)) { in setup()
/external/ltp/testcases/kernel/syscalls/sendfile/
Dsendfile09.c138 if (!tst_fs_has_free(NULL, ".", 5, TST_GB)) in setup()
/external/ltp/testcases/kernel/io/direct_io/
Ddma_thread_diotest.c395 if (!directflag || !tst_fs_has_free(NULL, ".", 1300, TST_MB)) { in setup()
/external/ltp/doc/
Dtest-writing-guidelines.txt1073 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/
Dgen.bp134 "lib/tst_fs_has_free.c",
17698 stem: "tst_fs_has_free",