Searched refs:h_magic (Results 1 - 25 of 32) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Djfs_dat.h26 __u32 h_magic; member in struct:journal_header_s
H A Dext2_ext_attr.h18 __u32 h_magic; /* magic number for identification */ member in struct:ext2_ext_attr_header
H A Dkernel-jbd.h30 __u32 h_magic; member in struct:journal_header_s
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)) ||
H A Dswapfs.c99 to_header->h_magic = ext2fs_swab32(from_header->h_magic);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext3/
H A Dxattr.h26 __le32 h_magic; /* magic number for identification */ member in struct:ext3_xattr_header
34 __le32 h_magic; /* magic number for identification */ member in struct:ext3_xattr_ibody_header
H A Dxattr.c168 if (BHDR(bh)->h_magic != cpu_to_le32(EXT3_XATTR_MAGIC) ||
750 header(s->base)->h_magic = cpu_to_le32(EXT3_XATTR_MAGIC);
917 header->h_magic = cpu_to_le32(EXT3_XATTR_MAGIC);
920 header->h_magic = cpu_to_le32(0);
1092 if (BHDR(bh)->h_magic != cpu_to_le32(EXT3_XATTR_MAGIC) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dxattr.h26 __le32 h_magic; /* magic number for identification */ member in struct:ext4_xattr_header
34 __le32 h_magic; /* magic number for identification */ member in struct:ext4_xattr_ibody_header
H A Dxattr.c168 if (BHDR(bh)->h_magic != cpu_to_le32(EXT4_XATTR_MAGIC) ||
748 header(s->base)->h_magic = cpu_to_le32(EXT4_XATTR_MAGIC);
915 header->h_magic = cpu_to_le32(EXT4_XATTR_MAGIC);
918 header->h_magic = cpu_to_le32(0);
1090 if (BHDR(bh)->h_magic != cpu_to_le32(EXT4_XATTR_MAGIC) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext2/
H A Dxattr.h27 __le32 h_magic; /* magic number for identification */ member in struct:ext2_xattr_header
H A Dxattr.c175 if (HDR(bh)->h_magic != cpu_to_le32(EXT2_XATTR_MAGIC) ||
275 if (HDR(bh)->h_magic != cpu_to_le32(EXT2_XATTR_MAGIC) ||
408 if (header->h_magic != cpu_to_le32(EXT2_XATTR_MAGIC) ||
526 header->h_magic = cpu_to_le32(EXT2_XATTR_MAGIC);
776 if (HDR(bh)->h_magic != cpu_to_le32(EXT2_XATTR_MAGIC) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_xattr.h14 __le32 h_magic; /* magic number for identification */ member in struct:reiserfs_xattr_header
H A Djbd.h146 __be32 h_magic; member in struct:journal_header_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dprobe.h226 char h_magic[2]; member in struct:hfs_super_block
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
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 Drecovery.c384 if (tmp->h_magic != cpu_to_be32(JFS_MAGIC_NUMBER)) {
H A Djbd_journal.c905 sb->s_header.h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
1007 if (sb->s_header.h_magic != cpu_to_be32(JFS_MAGIC_NUMBER) ||
1009 printk(KERN_WARNING "JBD: no valid journal superblock found, cpu_to_be32(sb->s_header.h_magic): %x, cpu_to_be32(sb->s_blocksize): %x\n", cpu_to_be32(sb->s_header.h_magic), cpu_to_be32(sb->s_blocksize));
H A Dhfsplus_jbd.h123 __be32 h_magic; member in struct:hfsplus_jbd_header_s
H A Drevoke.c572 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
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 Drecovery.c390 if (tmp->h_magic != cpu_to_be32(JFS_MAGIC_NUMBER)) {
H A Drevoke.c574 header->h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
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 Drecovery.c400 if (tmp->h_magic != cpu_to_be32(JBD2_MAGIC_NUMBER)) {
H A Drevoke.c575 header->h_magic = cpu_to_be32(JBD2_MAGIC_NUMBER);

Completed in 129 milliseconds

12