Expand description
Filesystem-oriented ioctl functions.
Structs§
- Ficlone 🔒
- IFlags
FS_*constants for use withioctl_getflags.
Functions§
- ext4_
ioc_ resize_ fs ioctl(fd, EXT4_IOC_RESIZE_FS, blocks)—Resize ext4 filesystem on fd.- ioctl_
blkpbszget ioctl(fd, BLKPBSZGET)—Returns the physical block size of a block device.- ioctl_
blksszget ioctl(fd, BLKSSZGET)—Returns the logical block size of a block device.- ioctl_
ficlone ioctl(fd, FICLONE, src_fd)—Share data between open files.- ioctl_
getflags ioctl(fd, FS_IOC_GETFLAGS)—Returns the inode flags attributes- ioctl_
setflags ioctl(fd, FS_IOC_SETFLAGS)—Modify the inode flags attributes