Searched refs:sectsize (Results 1 – 2 of 2) sorted by relevance
44 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize) in ext2fs_get_device_sectsize() argument53 if (ioctl(fd, BLKSSZGET, sectsize) >= 0) { in ext2fs_get_device_sectsize()58 *sectsize = 0; in ext2fs_get_device_sectsize()92 errcode_t ext2fs_get_device_phys_sectsize(const char *file, int *sectsize) in ext2fs_get_device_phys_sectsize() argument101 if (ioctl(fd, BLKPBSZGET, sectsize) >= 0) { in ext2fs_get_device_phys_sectsize()106 *sectsize = 0; in ext2fs_get_device_phys_sectsize()
1222 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize);1223 errcode_t ext2fs_get_device_phys_sectsize(const char *file, int *sectsize);