Home
last modified time | relevance | path

Searched refs:sectsize (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dgetsectsize.c44 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize) in ext2fs_get_device_sectsize() argument
53 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() argument
101 if (ioctl(fd, BLKPBSZGET, sectsize) >= 0) { in ext2fs_get_device_phys_sectsize()
106 *sectsize = 0; in ext2fs_get_device_phys_sectsize()
Dext2fs.h1222 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize);
1223 errcode_t ext2fs_get_device_phys_sectsize(const char *file, int *sectsize);