Home
last modified time | relevance | path

Searched refs:BLKSSZGET (Results 1 – 12 of 12) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dgetsectsize.c30 #if !defined(BLKSSZGET)
31 #define BLKSSZGET _IO(0x12,104)/* get block device sector size */ macro
52 #ifdef BLKSSZGET in ext2fs_get_device_sectsize()
53 if (ioctl(fd, BLKSSZGET, sectsize) >= 0) { in ext2fs_get_device_sectsize()
70 #ifdef BLKSSZGET in ext2fs_get_dio_alignment()
71 if (ioctl(fd, BLKSSZGET, &align) < 0) in ext2fs_get_dio_alignment()
/external/toybox/toys/other/
Dblockdev.c42 BLKBSZSET, BLKBSZGET, BLKSSZGET, BLKROGET, BLKROSET, BLKROSET};
/external/kernel-headers/original/uapi/linux/
Dfs.h125 #define BLKSSZGET _IO(0x12,104)/* get block device sector size */ macro
/external/strace/
Dblock.c151 case BLKSSZGET: in block_ioctl()
/external/gptfdisk/
Ddiskio-unix.cc159 err = ioctl(fd, BLKSSZGET, &blockSize); in GetBlockSize()
/external/f2fs-tools/lib/
Dlibf2fs.c462 if (ioctl(fd, BLKSSZGET, &sector_size) < 0) { in f2fs_get_device_info()
/external/fio/engines/
Dbinject.c358 if (ioctl(f->fd, BLKSSZGET, &bs) < 0) { in fio_binject_open_file()
Dsg.c355 if (ioctl(f->fd, BLKSSZGET, &bs) < 0) { in fio_sgio_type_check()
/external/vboot_reference/cgpt/
Dcgpt_common.c275 if (ioctl(fd, BLKSSZGET, sector_bytes) < 0) { in ObtainDriveSize()
/external/toybox/toys/pending/
Dfdisk.c151 if (ioctl(dev_fd, BLKSSZGET, &arg) == 0) g_sect_size = arg; in read_sec_sz()
/external/valgrind/
DNEWS.old1054 109780 unhandled ioctl BLKSSZGET (running fdisk -l /dev/hda)
/external/e2fsprogs/debian/
Dchangelog2448 the device does not support the BLKSSZGET ioctl (Closes: #196734)