Home
last modified time | relevance | path

Searched refs:ovl_mounted (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify06.c69 static int ovl_mounted; variable
160 if (tc->use_overlay && !ovl_mounted) { in test_fanotify()
228 ovl_mounted = TST_MOUNT_OVERLAY(); in setup()
235 if (ovl_mounted) in cleanup()
/third_party/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c45 static int ovl_mounted; variable
223 if (tc->use_overlay && !ovl_mounted) { in test_readahead()
385 ovl_mounted = TST_MOUNT_OVERLAY(); in setup()
390 if (ovl_mounted) in cleanup()
/third_party/ltp/lib/
Dtst_test.c56 static int ovl_mounted; variable
1155 if (tst_test->needs_overlay && !ovl_mounted) { in do_setup()
1157 ovl_mounted = 1; in do_setup()
1201 if (ovl_mounted) in do_cleanup()