Searched refs:s_blocksize (Results 1 - 12 of 12) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Djfs_dat.h55 __u32 s_blocksize; /* journal device blocksize */ member in struct:journal_superblock_s
H A Dmkjournal.c64 jsb->s_blocksize = htonl(fs->blocksize);
459 if (ntohl(jsb->s_blocksize) != (unsigned long) fs->blocksize)
H A Dkernel-jbd.h177 __u32 s_blocksize; /* journal device blocksize */ member in struct:journal_superblock_s
H A Dext2_fs.h86 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize)
/external/kernel-headers/original/uapi/linux/
H A Dminix_fs.h93 __u16 s_blocksize; member in struct:minix3_super_block
H A Diso_fs.h162 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
/external/qemu/distrib/ext4_utils/src/
H A Djbd2.h89 __be32 s_blocksize; member in struct:journal_superblock_s
H A Dext4_utils.c339 jsb->s_blocksize = htonl(info.block_size);
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c707 inode->i_blksize = inode->i_sb->s_blocksize;
1295 buf->f_bsize = sb->s_blocksize;
1297 if (sb->s_blocksize > dev->nDataBytesPerChunk) {
1301 1) * dev->nChunksPerBlock / (sb->s_blocksize /
1304 yaffs_GetNumberOfFreeChunks(dev) / (sb->s_blocksize /
1311 sb->s_blocksize);
1314 sb->s_blocksize);
1477 sb->s_blocksize = PAGE_CACHE_SIZE;
1481 ("yaffs_read_super: block size %d\n", (int)(sb->s_blocksize)));
/external/e2fsprogs/e2fsck/
H A Djournal.c579 if (jsb->s_blocksize != htonl(journal->j_blocksize)) {
630 jsb->s_blocksize = htonl(ctx->fs->blocksize);
/external/e2fsprogs/debugfs/
H A Dlogdump.c389 blocksize = be32_to_cpu(jsb->s_blocksize);
/external/e2fsprogs/misc/
H A Ddumpe2fs.c432 (unsigned int)ntohl(jsb->s_blocksize), (unsigned int)ntohl(jsb->s_maxlen),

Completed in 238 milliseconds