Searched refs:DIRB (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/containers/mountns/ |
D | mountns_helper.h | 21 #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()
|
D | mountns04.c | 59 if (mount(DIRA, DIRB, "none", MS_BIND, NULL) == -1) { in test() 62 SAFE_UMOUNT(cleanup, DIRB); in test()
|
D | mountns01.c | 65 if (mount(DIRB, DIRA, "none", MS_BIND, NULL) == -1) { in child_func() 97 SAFE_MOUNT(cleanup, DIRB, DIRA, "none", MS_BIND, NULL); in test()
|
D | mountns02.c | 65 if (mount(DIRB, DIRA, "none", MS_BIND, NULL) == -1) { in child_func() 97 SAFE_MOUNT(cleanup, DIRB, DIRA, "none", MS_BIND, NULL); in test()
|
D | mountns03.c | 78 if (mount(DIRB, DIRA, "none", MS_BIND, NULL) == -1) { in child_func() 113 SAFE_MOUNT(cleanup, DIRB, DIRA, "none", MS_BIND, NULL); in test()
|