Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dmount.h39 #define MS_LAZYTIME (1<<25) /* Update the on-disk [acm]times lazily */ macro
53 MS_LAZYTIME)
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dmount.h39 #define MS_LAZYTIME (1<<25) /* Update the on-disk [acm]times lazily */ macro
53 MS_LAZYTIME)
/linux/samples/vfs/
H A Dmountinfo.c124 if (flags & MS_LAZYTIME) in show_sb_flags()