Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify06.c67 static int ovl_mounted; variable
171 if (tc->use_overlay && !ovl_mounted) { in test_fanotify()
239 ovl_mounted = TST_MOUNT_OVERLAY(); in setup()
246 if (ovl_mounted) in cleanup()
/external/ltp/testcases/kernel/syscalls/readahead/
Dreadahead02.c45 static int ovl_mounted; variable
228 if (tc->use_overlay && !ovl_mounted) { in test_readahead()
390 ovl_mounted = TST_MOUNT_OVERLAY(); in setup()
395 if (ovl_mounted) in cleanup()
/external/ltp/lib/
Dtst_test.c45 static int ovl_mounted; variable
963 if (tst_test->needs_overlay && !ovl_mounted) { in do_setup()
965 ovl_mounted = 1; in do_setup()
994 if (ovl_mounted) in do_cleanup()