Home
last modified time | relevance | path

Searched refs:MS_LAZYTIME (Results 1 – 3 of 3) sorted by relevance

/external/strace/xlat/
Dmount_flags.h71 #if !(defined(MS_LAZYTIME) || (defined(HAVE_DECL_MS_LAZYTIME) && HAVE_DECL_MS_LAZYTIME))
72 # define MS_LAZYTIME (1<<25) macro
118 XLAT(MS_LAZYTIME),
Dmount_flags.in24 MS_LAZYTIME (1<<25)
/external/kernel-headers/original/uapi/linux/
Dfs.h93 #define MS_LAZYTIME (1<<25) /* Update the on-disk [acm]times lazily */ macro
105 MS_LAZYTIME)