Searched defs:MS_MGC_VAL (Results 1 - 5 of 5) sorted by relevance

/external/strace/
H A Dmount.c35 #define MS_MGC_VAL 0xc0ed0000 /* old magic mount flag number */ macro
48 if ((flags & MS_MGC_MSK) == MS_MGC_VAL) {
72 tprints("MS_MGC_VAL");
/external/strace/tests/
H A Dmount.c35 #ifndef MS_MGC_VAL
36 # define MS_MGC_VAL 0xC0ED0000 macro
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data);
71 "MS_MGC_VAL|" str_ro_nosuid_nodev_noexec,
/external/strace/tests-m32/
H A Dmount.c35 #ifndef MS_MGC_VAL
36 # define MS_MGC_VAL 0xC0ED0000 macro
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data);
71 "MS_MGC_VAL|" str_ro_nosuid_nodev_noexec,
/external/strace/tests-mx32/
H A Dmount.c35 #ifndef MS_MGC_VAL
36 # define MS_MGC_VAL 0xC0ED0000 macro
64 rc = mount(source, target, fstype, MS_MGC_VAL, data);
66 source, target, fstype, "MS_MGC_VAL", data, rc, errno2name());
68 rc = mount(source, target, fstype, MS_MGC_VAL | 15, data);
71 "MS_MGC_VAL|" str_ro_nosuid_nodev_noexec,
/external/kernel-headers/original/uapi/linux/
H A Dfs.h150 #define MS_MGC_VAL 0xC0ED0000 macro

Completed in 159 milliseconds