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