Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/e2p/
Dljs.c72 size = (ntohl(jsb->s_blocksize) / 1024) * ntohl(jsb->s_maxlen); in e2p_list_journal_super()
78 if (exp_block_size != (int) ntohl(jsb->s_blocksize)) in e2p_list_journal_super()
80 (unsigned int)ntohl(jsb->s_blocksize)); in e2p_list_journal_super()
/third_party/uboot/u-boot-2020.01/fs/reiserfs/
Dreiserfs_private.h45 __u16 s_blocksize; /* block size */ member
61 #define sb_blocksize(sbp) (__le16_to_cpu((sbp)->s_blocksize))
62 #define set_sb_blocksize(sbp,v) ((sbp)->s_blocksize = __cpu_to_le16(v))
/third_party/uboot/u-boot-2020.01/fs/ext4/
Dext4_journal.h65 __be32 s_blocksize; /* journal device blocksize */ member
/third_party/e2fsprogs/lib/ext2fs/
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.h95 #define EXT2_BLOCK_SIZE(s) ((s)->s_blocksize)
/third_party/e2fsprogs/e2fsck/
Djournal.c668 if (jsb->s_blocksize != htonl(journal->j_blocksize)) { in e2fsck_journal_load()
719 jsb->s_blocksize = htonl(ctx->fs->blocksize); in e2fsck_journal_reset_super()
/third_party/e2fsprogs/debugfs/
Dlogdump.c403 blocksize = be32_to_cpu(jsb->s_blocksize); in dump_journal()
Djournal.c626 if (jsb->s_blocksize != htonl(journal->j_blocksize)) in ext2fs_journal_load()
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dubifs.h291 unsigned long s_blocksize; member
Dsuper.c2287 sb->s_blocksize = UBIFS_BLOCK_SIZE; in ubifs_fill_super()