Searched defs:StatxTimestamp (Results 1 – 6 of 6) 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],
39 func timespecFromStatxTimestamp(x StatxTimestamp) Timespec {
111 type StatxTimestamp struct{} struct
114 type StatxTimestamp struct{} struct
83 type StatxTimestamp struct { struct84 Sec int6485 Nsec uint3286 _ int32
711 pub type StatxTimestamp = linux_raw_sys::general::statx_timestamp; typedef