Searched refs:MS_LAZYTIME (Results 1 – 3 of 3) sorted by relevance
50 #ifndef MS_LAZYTIME51 #define MS_LAZYTIME (1<<25) macro
118 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()
623 { .flag = MS_LAZYTIME, .name = "MS_LAZYTIME", }, in mount_flags_to_string()