Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dmissing_fs.h50 #ifndef MS_LAZYTIME
51 #define MS_LAZYTIME (1<<25) macro
/systemd-251/src/test/
Dtest-mount-util.c118 test_mount_flags_to_string_one(MS_LAZYTIME, "MS_LAZYTIME"); in TEST()
119 test_mount_flags_to_string_one(MS_LAZYTIME|MS_STRICTATIME, "MS_STRICTATIME|MS_LAZYTIME"); in TEST()
/systemd-251/src/shared/
Dmount-util.c623 { .flag = MS_LAZYTIME, .name = "MS_LAZYTIME", }, in mount_flags_to_string()