[][src]Function posish::fs::statx

pub fn statx<P: Arg, Fd: AsRawFd>(
    dirfd: &Fd,
    path: P,
    flags: AtFlags,
    mask: StatxFlags
) -> Result<LibcStatx>

statx(dirfd, path, flags, mask, statxbuf). Note that this isn't available on older Linux; returns ENOSYS in that case.