Searched refs:sectsize (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dgetsectsize.c37 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize) argument
50 if (ioctl(fd, BLKSSZGET, sectsize) >= 0) {
55 *sectsize = 0;
H A Dext2fs.h688 errcode_t ext2fs_get_device_sectsize(const char *file, int *sectsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_fs.h170 __u32 sectsize; /* (data) sector size, bytes */ member in struct:xfs_fsop_geom_v1
196 __u32 sectsize; /* (data) sector size, bytes */ member in struct:xfs_fsop_geom
H A Dxfs_fsops.c63 geo->sectsize = mp->m_sb.sb_sectsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.c1233 int sectsize; local
1279 sectsize = bdev_hardsect_size(reg->hr_bdev);
1280 if (sectsize != reg->hr_block_bytes) {
1283 reg->hr_block_bytes, sectsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dsuper.c105 u32 sectsize);

Completed in 51 milliseconds