Searched refs:s_blocksize (Results 1 – 10 of 10) sorted by relevance
55 __u32 s_blocksize; /* journal device blocksize */ member
64 jsb->s_blocksize = htonl(fs->blocksize); in ext2fs_create_journal_superblock()459 if (ntohl(jsb->s_blocksize) != (unsigned long) fs->blocksize) in ext2fs_add_journal_device()
177 __u32 s_blocksize; /* journal device blocksize */ member
86 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize)
93 __u16 s_blocksize; member
162 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
579 if (jsb->s_blocksize != htonl(journal->j_blocksize)) { in e2fsck_journal_load()630 jsb->s_blocksize = htonl(ctx->fs->blocksize); in e2fsck_journal_reset_super()
389 blocksize = be32_to_cpu(jsb->s_blocksize); in dump_journal()
432 (unsigned int)ntohl(jsb->s_blocksize), (unsigned int)ntohl(jsb->s_maxlen), in print_journal_information()
948 s->s_blocksize = msblk->devblksize; in squashfs_read_super()