Searched refs:sb_version (Results 1 – 2 of 2) sorted by relevance
263 memcpy(config.sb_version, sbi->raw_super->version, VERSION_LEN); in validate_super_block()264 get_kernel_version(config.sb_version); in validate_super_block()270 config.sb_version, config.version); in validate_super_block()271 if (memcmp(config.sb_version, config.version, VERSION_LEN)) { in validate_super_block()
239 __u8 sb_version[VERSION_LEN + 1]; member