Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djbd2.h124 #define JBD2_SUPERBLOCK_V1 3 macro
1317 cpu_to_be32(JBD2_SUPERBLOCK_V1); in jbd2_format_support_feature()
/openbmc/linux/fs/jbd2/
H A Djournal.c1356 if (be32_to_cpu(sb->s_header.h_blocktype) != JBD2_SUPERBLOCK_V1 && in journal_check_superblock()