Searched defs:StatxTimestamp (Results 1 – 2 of 2) sorted by relevance
997 pub type StatxTimestamp = c::statx; typedef1045 pub struct StatxTimestamp { struct1046 pub tv_sec: i64,1047 pub tv_nsec: u32,1048 pub __statx_timestamp_pad1: [i32; 1],
610 pub type StatxTimestamp = linux_raw_sys::general::statx_timestamp; typedef