Function ioctl_blkpbszget
pub fn ioctl_blkpbszget<Fd>(fd: Fd) -> Result<u32, Errno> ⓘwhere
Fd: AsFd,
Available on crate feature
dep_rustix
only.Expand description
ioctl(fd, BLKPBSZGET)
—Returns the physical block size of a block device.