Skip to main content

compio_driver/sys/op/fs/
fusion.rs

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}