Home
last modified time | relevance | path

Searched defs:MS_LAZYTIME (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dmount.h39 #define MS_LAZYTIME (1<<25) /* Update the on-disk [acm]times lazily */ macro
/external/crosvm/io_uring/src/
Dbindings.rs107 pub const MS_LAZYTIME: ::std::os::raw::c_uint = 33554432; constant