Home
last modified time | relevance | path

Searched refs:s_header (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/jbd/
Djournal.c1040 sb->s_header.h_magic = cpu_to_be32(JFS_MAGIC_NUMBER); in journal_create()
1041 sb->s_header.h_blocktype = cpu_to_be32(JFS_SUPERBLOCK_V2); in journal_create()
1210 if (sb->s_header.h_magic != cpu_to_be32(JFS_MAGIC_NUMBER) || in journal_get_superblock()
1216 switch(be32_to_cpu(sb->s_header.h_blocktype)) { in journal_get_superblock()
1503 switch (be32_to_cpu(sb->s_header.h_blocktype)) { in journal_update_format()
1529 sb->s_header.h_blocktype = cpu_to_be32(JFS_SUPERBLOCK_V2); in journal_convert_superblock_v1()
/linux-4.1.27/include/linux/
Djbd.h180 journal_header_t s_header; member
Djbd2.h235 journal_header_t s_header; member
/linux-4.1.27/fs/jbd2/
Djournal.c1509 if (sb->s_header.h_magic != cpu_to_be32(JBD2_MAGIC_NUMBER) || in journal_get_superblock()
1515 switch(be32_to_cpu(sb->s_header.h_blocktype)) { in journal_get_superblock()