Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Djbd2.h124 #define JBD2_SUPERBLOCK_V1 3 macro
1310 cpu_to_be32(JBD2_SUPERBLOCK_V1); in jbd2_format_support_feature()
/linux-6.6.21/fs/jbd2/
Djournal.c1355 if (be32_to_cpu(sb->s_header.h_blocktype) != JBD2_SUPERBLOCK_V1 && in journal_check_superblock()