Home
last modified time | relevance | path

Searched refs:MS_RELATIME (Results 1 – 10 of 10) sorted by relevance

/external/strace/tests-m32/
Dmount.c39 #ifndef MS_RELATIME
40 # define MS_RELATIME (1ul << 21) macro
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data); in main()
/external/strace/tests-mx32/
Dmount.c39 #ifndef MS_RELATIME
40 # define MS_RELATIME (1ul << 21) macro
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data); in main()
/external/strace/tests/
Dmount.c39 #ifndef MS_RELATIME
40 # define MS_RELATIME (1ul << 21) macro
58 rc = mount(source, target, fstype, MS_RELATIME | 15, data); in main()
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c40 #ifndef MS_RELATIME
41 # define MS_RELATIME (1 << 21) macro
144 mnt_flags |= MS_RELATIME; in read_mnt_flags()
332 if (!test_unpriv_remount_atime(MS_RELATIME, in main()
347 if (!test_unpriv_remount_atime(MS_RELATIME|MS_NODIRATIME, in main()
/external/strace/xlat/
Dmount_flags.h59 #if !(defined(MS_RELATIME) || (defined(HAVE_DECL_MS_RELATIME) && HAVE_DECL_MS_RELATIME))
60 # define MS_RELATIME (1<<21) macro
117 XLAT(MS_RELATIME),
Dmount_flags.in20 MS_RELATIME (1<<21)
/external/toybox/lib/
Dportability.h123 #ifndef MS_RELATIME
124 #define MS_RELATIME (1<<21) macro
/external/toybox/toys/lsb/
Dmount.c95 {"norelatime", ~MS_RELATIME}, {"relatime", MS_RELATIME},
/external/kernel-headers/original/uapi/linux/
Dfs.h128 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
/external/strace/
DChangeLog32668 * system.c (MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION,
32670 (mount_flags): Add MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION,