Home
last modified time | relevance | path

Searched refs:e4fs_sbchksum (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/vfs/ext2fs/
H A Dext2_csum.c95 if (le32toh(fs->e2fs->e4fs_sbchksum) != in ext2_sb_csum_verify()
97 offsetof(struct ext2fs, e4fs_sbchksum))) { in ext2_sb_csum_verify()
100 fs->e2fs_fsmnt, le32toh(fs->e2fs->e4fs_sbchksum), in ext2_sb_csum_verify()
102 offsetof(struct ext2fs, e4fs_sbchksum))); in ext2_sb_csum_verify()
113 fs->e2fs->e4fs_sbchksum = in ext2_sb_csum_set()
115 offsetof(struct ext2fs, e4fs_sbchksum))); in ext2_sb_csum_set()
H A Dext2fs.h140 uint32_t e4fs_sbchksum; /* superblock checksum */ member