Home
last modified time | relevance | path

Searched refs:DIRB (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/kernel/containers/mountns/
Dmountns_helper.h21 #define DIRB "B" macro
47 umount(DIRB); in cleanup()
58 SAFE_MKDIR(cleanup, DIRB, 0777); in setup()
60 SAFE_TOUCH(cleanup, DIRB"/B", 0, NULL); in setup()
Dmountns04.c59 if (mount(DIRA, DIRB, "none", MS_BIND, NULL) == -1) { in test()
62 SAFE_UMOUNT(cleanup, DIRB); in test()
Dmountns01.c65 if (mount(DIRB, DIRA, "none", MS_BIND, NULL) == -1) { in child_func()
97 SAFE_MOUNT(cleanup, DIRB, DIRA, "none", MS_BIND, NULL); in test()
Dmountns02.c65 if (mount(DIRB, DIRA, "none", MS_BIND, NULL) == -1) { in child_func()
97 SAFE_MOUNT(cleanup, DIRB, DIRA, "none", MS_BIND, NULL); in test()
Dmountns03.c78 if (mount(DIRB, DIRA, "none", MS_BIND, NULL) == -1) { in child_func()
113 SAFE_MOUNT(cleanup, DIRB, DIRA, "none", MS_BIND, NULL); in test()