Home
last modified time | relevance | path

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

/freebsd/sys/fs/ext2fs/
H A Dext2_csum.c97 if (le32toh(fs->e2fs->e4fs_sbchksum) != in ext2_sb_csum_verify()
99 offsetof(struct ext2fs, e4fs_sbchksum))) { in ext2_sb_csum_verify()
102 fs->e2fs_fsmnt, le32toh(fs->e2fs->e4fs_sbchksum), in ext2_sb_csum_verify()
104 offsetof(struct ext2fs, e4fs_sbchksum))); in ext2_sb_csum_verify()
115 fs->e2fs->e4fs_sbchksum = in ext2_sb_csum_set()
117 offsetof(struct ext2fs, e4fs_sbchksum))); in ext2_sb_csum_set()
H A Dext2fs.h138 uint32_t e4fs_sbchksum; /* superblock checksum */ member