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
61
/* tries to bind mount unbindable DIRA to
DIRB
which should fail */
62
if (mount(DIRA,
DIRB
, "none", MS_BIND, NULL) == -1) {
65
SAFE_UMOUNT(cleanup,
DIRB
);
mountns01.c
66
/* bind mounts
DIRB
to DIRA making contents of
DIRB
visible
68
if (mount(
DIRB
, DIRA, "none", MS_BIND, NULL) == -1) {
98
/* bind mounts
DIRB
to DIRA making contents of
DIRB
visible
100
SAFE_MOUNT(cleanup,
DIRB
, DIRA, "none", MS_BIND, NULL);
mountns02.c
66
/* bind mounts
DIRB
to DIRA making contents of
DIRB
visible
68
if (mount(
DIRB
, DIRA, "none", MS_BIND, NULL) == -1) {
98
/* bind mounts
DIRB
to DIRA making contents of
DIRB
visible
100
SAFE_MOUNT(cleanup,
DIRB
, DIRA, "none", MS_BIND, NULL);
mountns03.c
79
/* bind mounts
DIRB
to DIRA making contents of
DIRB
visible
81
if (mount(
DIRB
, DIRA, "none", MS_BIND, NULL) == -1) {
114
/* bind mounts
DIRB
to DIRA making contents of
DIRB
visible
116
SAFE_MOUNT(cleanup,
DIRB
, DIRA, "none", MS_BIND, NULL);
Completed in 283 milliseconds