Searched refs:s_blocksize (Results 1 - 10 of 10) 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/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),
/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dinode.c948 s->s_blocksize = msblk->devblksize;

Completed in 176 milliseconds