Searched refs:JFS_MAGIC_NUMBER (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Djfs_dat.h7 #define JFS_MAGIC_NUMBER 0xc03b3998U /* The first 4 bytes of /dev/random! */ macro
H A Dkernel-jbd.h107 #define JFS_MAGIC_NUMBER 0xc03b3998U /* The first 4 bytes of /dev/random! */ macro
H A Dmkjournal.c61 jsb->s_header.h_magic = htonl(JFS_MAGIC_NUMBER);
279 if ((jsb->s_header.h_magic != (unsigned) ntohl(JFS_MAGIC_NUMBER)) ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Drecovery.c384 if (tmp->h_magic != cpu_to_be32(JFS_MAGIC_NUMBER)) {
478 cpu_to_be32(JFS_MAGIC_NUMBER);
H A Dcommit.c129 tmp->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
527 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
H A Djbd_journal.c244 * JFS_MAGIC_NUMBER, then we can't write it to the log directly: the
320 cpu_to_be32(JFS_MAGIC_NUMBER)) {
882 have any blocks on disk beginning with JFS_MAGIC_NUMBER. */
905 sb->s_header.h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
1007 if (sb->s_header.h_magic != cpu_to_be32(JFS_MAGIC_NUMBER) ||
H A Dhfsplus_jbd.h102 #define JFS_MAGIC_NUMBER 0xc03b3998U /* The first 4 bytes of /dev/random! */ macro
H A Drevoke.c572 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
H A Djournal.c227 if (jsb->s_header.h_magic == cpu_to_be32(JFS_MAGIC_NUMBER)) {
249 jsb->s_header.h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jbd/
H A Drecovery.c390 if (tmp->h_magic != cpu_to_be32(JFS_MAGIC_NUMBER)) {
482 cpu_to_be32(JFS_MAGIC_NUMBER);
H A Dcommit.c122 tmp->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
535 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
H A Djournal.c245 * JFS_MAGIC_NUMBER, then we can't write it to the log directly: the
321 cpu_to_be32(JFS_MAGIC_NUMBER)) {
881 have any blocks on disk beginning with JFS_MAGIC_NUMBER. */
904 sb->s_header.h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
1005 if (sb->s_header.h_magic != cpu_to_be32(JFS_MAGIC_NUMBER) ||
H A Drevoke.c574 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Djbd.h125 #define JFS_MAGIC_NUMBER 0xc03b3998U /* The first 4 bytes of /dev/random! */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dtune2fs.c123 if ((jsb->s_header.h_magic != (unsigned) ntohl(JFS_MAGIC_NUMBER)) ||
H A De2fsck.c1805 if (jsb->s_header.h_magic != htonl(JFS_MAGIC_NUMBER))
1892 if (jsb->s_header.h_magic != htonl(JFS_MAGIC_NUMBER) ||
1894 jsb->s_header.h_magic = htonl(JFS_MAGIC_NUMBER);
9965 if (tmp->h_magic != htonl(JFS_MAGIC_NUMBER)) {
10052 htonl(JFS_MAGIC_NUMBER);

Completed in 655 milliseconds