Searched defs:Statx (Results 1 – 5 of 5) sorted by relevance
992 pub type Statx = c::statx; typedef1010 pub struct Statx { struct1023 pub stx_atime: StatxTimestamp, argument1024 pub stx_btime: StatxTimestamp, argument1025 pub stx_ctime: StatxTimestamp, argument1026 pub stx_mtime: StatxTimestamp, argument1036 /// `struct statx_timestamp` for use with [`Statx`]. argument
1515 ) -> io::Result<Statx> { in statx()
28 ) -> io::Result<Statx> { in statx()46 ) -> io::Result<Statx> { in _statx()60 ) -> io::Result<Statx> { in statx_init()
607 pub type Statx = linux_raw_sys::general::statx; typedef
279 Statx = sys::IORING_OP_STATX as _, enumerator