OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIRB
(Results
1 - 5
of
5
) sorted by null
/external/ltp/testcases/kernel/containers/mountns/
mountns_helper.h
21
#define
DIRB
"B"
47
umount(
DIRB
);
58
SAFE_MKDIR(cleanup,
DIRB
, 0777);
60
SAFE_TOUCH(cleanup,
DIRB
"/B", 0, NULL);
mountns04.c
58
/* tries to bind mount unbindable DIRA to
DIRB
which should fail */
59
if (mount(DIRA,
DIRB
, "none", MS_BIND, NULL) == -1) {
62
SAFE_UMOUNT(cleanup,
DIRB
);
mountns01.c
63
/* bind mounts
DIRB
to DIRA making contents of
DIRB
visible
65
if (mount(
DIRB
, DIRA, "none", MS_BIND, NULL) == -1) {
95
/* bind mounts
DIRB
to DIRA making contents of
DIRB
visible
97
SAFE_MOUNT(cleanup,
DIRB
, DIRA, "none", MS_BIND, NULL);
mountns02.c
63
/* bind mounts
DIRB
to DIRA making contents of
DIRB
visible
65
if (mount(
DIRB
, DIRA, "none", MS_BIND, NULL) == -1) {
95
/* bind mounts
DIRB
to DIRA making contents of
DIRB
visible
97
SAFE_MOUNT(cleanup,
DIRB
, DIRA, "none", MS_BIND, NULL);
mountns03.c
76
/* bind mounts
DIRB
to DIRA making contents of
DIRB
visible
78
if (mount(
DIRB
, DIRA, "none", MS_BIND, NULL) == -1) {
111
/* bind mounts
DIRB
to DIRA making contents of
DIRB
visible
113
SAFE_MOUNT(cleanup,
DIRB
, DIRA, "none", MS_BIND, NULL);
Completed in 1680 milliseconds