Searched refs:s_blocksize (Results 1 – 12 of 12) sorted by relevance
55 __u32 s_blocksize; /* journal device blocksize */ member
66 jsb->s_blocksize = htonl(fs->blocksize); in ext2fs_create_journal_superblock()399 if (ntohl(jsb->s_blocksize) != (unsigned long) fs->blocksize) in ext2fs_add_journal_device()
208 __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)
665 if (jsb->s_blocksize != htonl(journal->j_blocksize)) { in e2fsck_journal_load()716 jsb->s_blocksize = htonl(ctx->fs->blocksize); in e2fsck_journal_reset_super()
392 blocksize = be32_to_cpu(jsb->s_blocksize); in dump_journal()
620 if (jsb->s_blocksize != htonl(journal->j_blocksize)) in ext2fs_journal_load()
507 (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()