Searched refs:MS_LAZYTIME (Results 1 – 21 of 21) sorted by relevance
/external/strace/xlat/ |
D | mount_flags.h | 167 #if defined(MS_LAZYTIME) || (defined(HAVE_DECL_MS_LAZYTIME) && HAVE_DECL_MS_LAZYTIME) 169 static_assert((MS_LAZYTIME) == ((1<<25)), "MS_LAZYTIME != (1<<25)"); 172 # define MS_LAZYTIME (1<<25) 250 XLAT(MS_LAZYTIME),
|
D | mount_flags.in | 24 MS_LAZYTIME (1<<25)
|
/external/kernel-headers/original/uapi/linux/ |
D | mount.h | 36 #define MS_LAZYTIME (1<<25) /* Update the on-disk [acm]times lazily */ macro 50 MS_LAZYTIME)
|
/external/syzkaller/sys/linux/ |
D | filesystem_arm.const | 8 MS_LAZYTIME = 33554432
|
D | filesystem_arm64.const | 8 MS_LAZYTIME = 33554432
|
D | filesystem_amd64.const | 8 MS_LAZYTIME = 33554432
|
D | filesystem_ppc64le.const | 8 MS_LAZYTIME = 33554432
|
D | filesystem_386.const | 8 MS_LAZYTIME = 33554432
|
D | filesystem.txt | 574 …OUS, MS_REC, MS_POSIXACL, MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED, MS_I_VERSION, MS_LAZYTIME
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 817 MS_LAZYTIME = 0x2000000 const
|
D | zerrors_linux_mipsle.go | 1012 MS_LAZYTIME = 0x2000000 const
|
D | zerrors_linux_s390x.go | 1011 MS_LAZYTIME = 0x2000000 const
|
D | zerrors_linux_arm.go | 1011 MS_LAZYTIME = 0x2000000 const
|
D | zerrors_linux_ppc64le.go | 1011 MS_LAZYTIME = 0x2000000 const
|
D | zerrors_linux_mips64.go | 1012 MS_LAZYTIME = 0x2000000 const
|
D | zerrors_linux_ppc64.go | 1011 MS_LAZYTIME = 0x2000000 const
|
D | zerrors_linux_amd64.go | 1013 MS_LAZYTIME = 0x2000000 const
|
D | zerrors_linux_mips64le.go | 1012 MS_LAZYTIME = 0x2000000 const
|
D | zerrors_linux_386.go | 1013 MS_LAZYTIME = 0x2000000 const
|
D | zerrors_linux_mips.go | 1012 MS_LAZYTIME = 0x2000000 const
|
D | zerrors_linux_arm64.go | 1014 MS_LAZYTIME = 0x2000000 const
|