Searched defs:Statx (Results 1 – 6 of 6) sorted by relevance
1051 pub type Statx = c::statx; typedef1069 pub struct Statx { struct1082 pub stx_atime: StatxTimestamp, argument1083 pub stx_btime: StatxTimestamp, argument1084 pub stx_ctime: StatxTimestamp, argument1085 pub stx_mtime: StatxTimestamp, argument1095 /// `struct statx_timestamp` for use with [`Statx`]. argument
1925 ) -> io::Result<Statx> { in statx()
60 ) -> io::Result<Statx> { in statx()89 ) -> io::Result<Statx> { in statx()103 ) -> io::Result<Statx> { in statx_init()
708 pub type Statx = linux_raw_sys::general::statx; typedef
211 Statx = io_uring_op_IORING_OP_STATX, enumerator
359 Statx = sys::io_uring_op::IORING_OP_STATX as _, enumerator