Lines Matching refs:totlen

250 			       JFFS2_MAGIC_BITMASK ? node.totlen : sizeof(node),  in get_node_mem_nand()
253 off, node.magic, node.nodetype, node.totlen); in get_node_mem_nand()
349 JFFS2_MAGIC_BITMASK ? node.totlen : sizeof(node), in get_node_mem_onenand()
353 off, node.magic, node.nodetype, node.totlen); in get_node_mem_onenand()
397 pNode->totlen : sizeof(*pNode), ext_buf); in get_node_mem_nor()
718 putLabeledWord("\r\n\r\nread_inode: totlen = ", jNode->totlen); in jffs2_1pass_read_inode()
1341 crcnode.totlen = summary->totlen; in jffs2_sum_scan_sumnode()
1350 if (summary->totlen != sumsize) { in jffs2_sum_scan_sumnode()
1403 putLabeledWord("\tbuild_list: totlen = ", jNode->totlen); in dump_fragments()
1671 crcnode.totlen = node->u.totlen; in jffs2_1pass_build_lists()
1679 if (ofs + node->u.totlen > sector_ofs + part->sector_size) { in jffs2_1pass_build_lists()
1687 node->u.nodetype, node->u.totlen, ofs); in jffs2_1pass_build_lists()
1688 ofs += ((node->u.totlen + 3) & ~3); in jffs2_1pass_build_lists()
1720 if (max_totlen < node->u.totlen) in jffs2_1pass_build_lists()
1721 max_totlen = node->u.totlen; in jffs2_1pass_build_lists()
1730 node->u.totlen, in jffs2_1pass_build_lists()
1758 if (max_totlen < node->u.totlen) in jffs2_1pass_build_lists()
1759 max_totlen = node->u.totlen; in jffs2_1pass_build_lists()
1763 if (node->u.totlen != sizeof(struct jffs2_unknown_node)) in jffs2_1pass_build_lists()
1766 node->u.totlen, in jffs2_1pass_build_lists()
1768 if (node->u.totlen == in jffs2_1pass_build_lists()
1780 if (node->u.totlen < in jffs2_1pass_build_lists()
1784 node->u.totlen, in jffs2_1pass_build_lists()
1792 node->u.totlen, ofs); in jffs2_1pass_build_lists()
1794 ofs += ((node->u.totlen + 3) & ~3); in jffs2_1pass_build_lists()