Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dgetsectsize.c49 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()
Dext2fs.h1400 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/
Dxfs_fs.h160 uint32_t sectsize; /* (data) sector size, bytes */ member
186 uint32_t sectsize; /* (data) sector size, bytes */ member
/external/syslinux/extlinux/
Dxfs_fs.h160 uint32_t sectsize; /* (data) sector size, bytes */ member
186 uint32_t sectsize; /* (data) sector size, bytes */ member