Searched refs:MS_RELATIME (Results 1 – 10 of 10) sorted by relevance
/external/strace/tests-m32/ |
D | mount.c | 39 #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/ |
D | mount.c | 39 #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/ |
D | mount.c | 39 #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/ |
D | unprivileged-remount-test.c | 40 #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/ |
D | mount_flags.h | 59 #if !(defined(MS_RELATIME) || (defined(HAVE_DECL_MS_RELATIME) && HAVE_DECL_MS_RELATIME)) 60 # define MS_RELATIME (1<<21) macro 117 XLAT(MS_RELATIME),
|
D | mount_flags.in | 20 MS_RELATIME (1<<21)
|
/external/toybox/lib/ |
D | portability.h | 123 #ifndef MS_RELATIME 124 #define MS_RELATIME (1<<21) macro
|
/external/toybox/toys/lsb/ |
D | mount.c | 95 {"norelatime", ~MS_RELATIME}, {"relatime", MS_RELATIME},
|
/external/kernel-headers/original/uapi/linux/ |
D | fs.h | 128 #define MS_RELATIME (1<<21) /* Update atime relative to mtime/ctime. */ macro
|
/external/strace/ |
D | ChangeLog | 32668 * system.c (MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION, 32670 (mount_flags): Add MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION,
|