Home
last modified time | relevance | path

Searched refs:JFS_MAGIC_NUMBER (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/jbd/
Drecovery.c392 if (tmp->h_magic != cpu_to_be32(JFS_MAGIC_NUMBER)) { in do_one_pass()
484 cpu_to_be32(JFS_MAGIC_NUMBER); in do_one_pass()
Dcommit.c140 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER); in journal_write_commit_record()
577 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER); in journal_commit_transaction()
Djournal.c354 cpu_to_be32(JFS_MAGIC_NUMBER)) { in journal_write_metadata_buffer()
1040 sb->s_header.h_magic = cpu_to_be32(JFS_MAGIC_NUMBER); in journal_create()
1210 if (sb->s_header.h_magic != cpu_to_be32(JFS_MAGIC_NUMBER) || in journal_get_superblock()
Drevoke.c605 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER); in write_one_revoke_record()
/linux-4.1.27/include/linux/
Djbd.h120 #define JFS_MAGIC_NUMBER 0xc03b3998U /* The first 4 bytes of /dev/random! */ macro