1use super::{iour, poll}; 2 3crate::macros::fuse_op! { 4 <S: AsFd> FileStat(fd: S); 5 <S: AsFd> PathStat(dirfd: S, path: CString, follow_symlink: bool); 6}