Searched refs:MS_SLAVE (Results 1 – 13 of 13) sorted by relevance
/external/ltp/testcases/kernel/fs/fs_bind/bin/ |
D | smount.c | 27 #ifndef MS_SLAVE 28 #define MS_SLAVE 1<<19 /* Slave */ macro 50 type = (MS_SLAVE | MS_REC); in main() 58 type = MS_SLAVE; in main()
|
/external/strace/xlat/ |
D | mount_flags.h | 53 #if !(defined(MS_SLAVE) || (defined(HAVE_DECL_MS_SLAVE) && HAVE_DECL_MS_SLAVE)) 54 # define MS_SLAVE (1<<19) macro 115 XLAT(MS_SLAVE),
|
D | mount_flags.in | 18 MS_SLAVE (1<<19)
|
/external/iproute2/include/ |
D | namespace.h | 26 #ifndef MS_SLAVE 27 #define MS_SLAVE (1 << 19) macro
|
/external/ltp/testcases/kernel/containers/mountns/ |
D | mountns03.c | 58 && defined(MS_REC) && defined(MS_SLAVE) 66 if (mount("none", DIRA, "none", MS_SLAVE, NULL) == -1) { in child_func()
|
/external/toybox/lib/ |
D | portability.h | 117 #ifndef MS_SLAVE 118 #define MS_SLAVE (1<<19) macro
|
/external/toybox/toys/lsb/ |
D | mount.c | 99 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC}, 100 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
|
/external/strace/ |
D | mount.c | 56 | MS_PRIVATE | MS_SLAVE | MS_UNBINDABLE)) in SYS_FUNC()
|
D | ChangeLog-CVS | 1354 [LINUX] (MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED):
|
D | ChangeLog | 19137 MS_SHARED, MS_PRIVATE, MS_SLAVE, and MS_UNBINDABLE mount flags
|
/external/iproute2/lib/ |
D | namespace.c | 71 if (mount("", "/", "none", MS_SLAVE | MS_REC, NULL)) { in netns_switch()
|
/external/selinux/sandbox/ |
D | seunshare.c | 45 #ifndef MS_SLAVE 46 #define MS_SLAVE 1<<19 macro 762 if (mount("none", "/", NULL, MS_SLAVE | MS_REC , NULL) < 0) { in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 126 #define MS_SLAVE (1<<19) /* change to slave */ macro
|