Function rustix::fs::ioctl_setflags
source · pub fn ioctl_setflags<Fd: AsFd>(fd: Fd, flags: IFlags) -> Result<()>
Expand description
ioctl(fd, FS_IOC_SETFLAGS)
—Modify the inode flags attributes
pub fn ioctl_setflags<Fd: AsFd>(fd: Fd, flags: IFlags) -> Result<()>
ioctl(fd, FS_IOC_SETFLAGS)
—Modify the inode flags attributes