Searched refs:s_header (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Djfs_dat.h53 journal_header_t s_header; member in struct:journal_superblock_s
H A Dmkjournal.c61 jsb->s_header.h_magic = htonl(JFS_MAGIC_NUMBER);
63 jsb->s_header.h_blocktype = htonl(JFS_SUPERBLOCK_V1);
65 jsb->s_header.h_blocktype = htonl(JFS_SUPERBLOCK_V2);
279 if ((jsb->s_header.h_magic != (unsigned) ntohl(JFS_MAGIC_NUMBER)) ||
280 (jsb->s_header.h_blocktype != (unsigned) ntohl(JFS_SUPERBLOCK_V2)))
H A Dkernel-jbd.h54 journal_header_t s_header; member in struct:journal_superblock_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Djbd_journal.c905 sb->s_header.h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
906 sb->s_header.h_blocktype = cpu_to_be32(JFS_SUPERBLOCK_V2);
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));
1013 switch(be32_to_cpu(sb->s_header.h_blocktype)) {
1289 switch (be32_to_cpu(sb->s_header.h_blocktype)) {
1315 sb->s_header.h_blocktype = cpu_to_be32(JFS_SUPERBLOCK_V2);
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);
250 jsb->s_header.h_blocktype = cpu_to_be32(JFS_SUPERBLOCK_V2);
H A Dhfsplus_jbd.h169 hfsplus_jbd_header_t s_header; member in struct:hfsplus_jbd_superblock_s
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd/
H A Djournal.c904 sb->s_header.h_magic = cpu_to_be32(JFS_MAGIC_NUMBER);
905 sb->s_header.h_blocktype = cpu_to_be32(JFS_SUPERBLOCK_V2);
1005 if (sb->s_header.h_magic != cpu_to_be32(JFS_MAGIC_NUMBER) ||
1011 switch(be32_to_cpu(sb->s_header.h_blocktype)) {
1291 switch (be32_to_cpu(sb->s_header.h_blocktype)) {
1317 sb->s_header.h_blocktype = cpu_to_be32(JFS_SUPERBLOCK_V2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jbd2/
H A Djournal.c904 sb->s_header.h_magic = cpu_to_be32(JBD2_MAGIC_NUMBER);
905 sb->s_header.h_blocktype = cpu_to_be32(JBD2_SUPERBLOCK_V2);
1005 if (sb->s_header.h_magic != cpu_to_be32(JBD2_MAGIC_NUMBER) ||
1011 switch(be32_to_cpu(sb->s_header.h_blocktype)) {
1291 switch (be32_to_cpu(sb->s_header.h_blocktype)) {
1317 sb->s_header.h_blocktype = cpu_to_be32(JBD2_SUPERBLOCK_V2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dtune2fs.c123 if ((jsb->s_header.h_magic != (unsigned) ntohl(JFS_MAGIC_NUMBER)) ||
124 (jsb->s_header.h_blocktype != (unsigned) ntohl(JFS_SUPERBLOCK_V2))) {
H A De2fsck.c1805 if (jsb->s_header.h_magic != htonl(JFS_MAGIC_NUMBER))
1808 switch (ntohl(jsb->s_header.h_blocktype)) {
1892 if (jsb->s_header.h_magic != htonl(JFS_MAGIC_NUMBER) ||
1893 jsb->s_header.h_blocktype != htonl(JFS_SUPERBLOCK_V1)) {
1894 jsb->s_header.h_magic = htonl(JFS_MAGIC_NUMBER);
1895 jsb->s_header.h_blocktype = htonl(JFS_SUPERBLOCK_V2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Djbd.h185 journal_header_t s_header; member in struct:journal_superblock_s
H A Djbd2.h192 journal_header_t s_header; member in struct:journal_superblock_s

Completed in 139 milliseconds