OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MS_RELATIME
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/kernel/common/linux/
fs.h
139
#define
MS_RELATIME
(1<<21)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fs.h
125
#define
MS_RELATIME
(1<<21) /* Update atime relative to mtime/ctime. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h
125
#define
MS_RELATIME
(1<<21) /* Update atime relative to mtime/ctime. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h
125
#define
MS_RELATIME
(1<<21) /* Update atime relative to mtime/ctime. */
/external/strace/
system.c
63
#define
MS_RELATIME
(1<<21)
105
{
MS_RELATIME
, "
MS_RELATIME
" },
[
all
...]
/external/kernel-headers/original/linux/
fs.h
213
#define
MS_RELATIME
(1<<21) /* Update atime relative to mtime/ctime. */
[
all
...]
Completed in 811 milliseconds