Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Djfs_dat.h55 __u32 s_blocksize; /* journal device blocksize */ member
Dmkjournal.c66 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()
Dkernel-jbd.h208 __u32 s_blocksize; /* journal device blocksize */ member
Dext2_fs.h86 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize)
/external/kernel-headers/original/uapi/linux/
Dminix_fs.h93 __u16 s_blocksize; member
Diso_fs.h162 #define ISOFS_BUFFER_SIZE(INODE) ((INODE)->i_sb->s_blocksize)
/external/e2fsprogs/e2fsck/
Djournal.c665 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()
/external/e2fsprogs/debugfs/
Dlogdump.c392 blocksize = be32_to_cpu(jsb->s_blocksize); in dump_journal()
Djournal.c620 if (jsb->s_blocksize != htonl(journal->j_blocksize)) in ext2fs_journal_load()
/external/syslinux/libinstaller/ext2fs/
Dext2_fs.h86 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize)
/external/e2fsprogs/misc/
Ddumpe2fs.c507 (unsigned int)ntohl(jsb->s_blocksize), (unsigned int)ntohl(jsb->s_maxlen), in print_journal_information()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c948 s->s_blocksize = msblk->devblksize; in squashfs_read_super()