Searched defs:StatxTimestamp (Results 1 – 2 of 2) sorted by relevance
1056 pub type StatxTimestamp = c::statx; typedef1104 pub struct StatxTimestamp { struct1105 pub tv_sec: i64,1106 pub tv_nsec: u32,1107 pub __statx_timestamp_pad1: [i32; 1],
711 pub type StatxTimestamp = linux_raw_sys::general::statx_timestamp; typedef