Searched refs:sectsize (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | getsectsize.c | 49 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize) in ext2fs_get_device_sectsize() argument 58 if (ioctl(fd, BLKSSZGET, sectsize) >= 0) { in ext2fs_get_device_sectsize() 63 *sectsize = 0; in ext2fs_get_device_sectsize() 97 errcode_t ext2fs_get_device_phys_sectsize(const char *file, int *sectsize) in ext2fs_get_device_phys_sectsize() argument 106 if (ioctl(fd, BLKPBSZGET, sectsize) >= 0) { in ext2fs_get_device_phys_sectsize() 111 *sectsize = 0; in ext2fs_get_device_phys_sectsize()
|
D | ext2fs.h | 1400 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize); 1401 errcode_t ext2fs_get_device_phys_sectsize(const char *file, int *sectsize);
|
/external/syslinux/core/fs/xfs/ |
D | xfs_fs.h | 160 uint32_t sectsize; /* (data) sector size, bytes */ member 186 uint32_t sectsize; /* (data) sector size, bytes */ member
|
/external/syslinux/extlinux/ |
D | xfs_fs.h | 160 uint32_t sectsize; /* (data) sector size, bytes */ member 186 uint32_t sectsize; /* (data) sector size, bytes */ member
|