HomeSort by relevance Sort by last modified time
    Searched refs:tst_fs_has_free (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/syscalls/swapon/
libswapon.c 30 if (!tst_fs_has_free(NULL, ".", sysconf(_SC_PAGESIZE) * 10,
  /external/ltp/include/
tst_fs.h 156 static inline int tst_fs_has_free(const char *path, unsigned int size, function
182 static inline int tst_fs_has_free(void (*cleanup)(void), const char *path, function
  /external/ltp/testcases/kernel/syscalls/swapoff/
swapoff01.c 98 if (!tst_fs_has_free(NULL, ".", 64, TST_MB)) {
swapoff02.c 150 if (!tst_fs_has_free(NULL, ".", 1, TST_KB)) {
  /external/ltp/testcases/kernel/syscalls/sendfile/
sendfile09.c 138 if (!tst_fs_has_free(NULL, ".", 5, TST_GB))
  /external/ltp/tools/apicmds/
ltpapicmd.c 339 fprintf(stderr, "Usage: tst_fs_has_free path required_bytes\n"
365 exit(!tst_fs_has_free(NULL, argv[0], required_kib, mul));
407 !strcmp(cmd_name, "tst_fs_has_free") &&
460 } else if (strcmp(cmd_name, "tst_fs_has_free") == 0) {
  /external/ltp/testcases/kernel/io/direct_io/
dma_thread_diotest.c 395 if (!directflag || !tst_fs_has_free(NULL, ".", 1300, TST_MB)) {

Completed in 61 milliseconds