Searched refs:JBD2_MAGIC_NUMBER (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Drecovery.c400 if (tmp->h_magic != cpu_to_be32(JBD2_MAGIC_NUMBER)) {
492 cpu_to_be32(JBD2_MAGIC_NUMBER);
H A Dcommit.c122 tmp->h_magic = cpu_to_be32(JBD2_MAGIC_NUMBER);
544 header->h_magic = cpu_to_be32(JBD2_MAGIC_NUMBER);
H A Djournal.c245 * JBD2_MAGIC_NUMBER, then we can't write it to the log directly: the
321 cpu_to_be32(JBD2_MAGIC_NUMBER)) {
881 have any blocks on disk beginning with JBD2_MAGIC_NUMBER. */
904 sb->s_header.h_magic = cpu_to_be32(JBD2_MAGIC_NUMBER);
1005 if (sb->s_header.h_magic != cpu_to_be32(JBD2_MAGIC_NUMBER) ||
H A Drevoke.c575 header->h_magic = cpu_to_be32(JBD2_MAGIC_NUMBER);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djbd2.h125 #define JBD2_MAGIC_NUMBER 0xc03b3998U /* The first 4 bytes of /dev/random! */ macro

Completed in 101 milliseconds