Lines Matching refs:tn
446 struct yaffs_tnode *tn, u32 level, in yaffs2_checkpt_tnode_worker() argument
454 if (!tn) in yaffs2_checkpt_tnode_worker()
459 if (!tn->internal[i]) in yaffs2_checkpt_tnode_worker()
462 tn->internal[i], in yaffs2_checkpt_tnode_worker()
475 ok = (yaffs2_checkpt_wr(dev, tn, dev->tnode_size) == in yaffs2_checkpt_tnode_worker()
506 struct yaffs_tnode *tn; in yaffs2_rd_checkpt_tnodes() local
516 tn = yaffs_get_tnode(dev); in yaffs2_rd_checkpt_tnodes()
517 if (tn) in yaffs2_rd_checkpt_tnodes()
518 ok = (yaffs2_checkpt_rd(dev, tn, dev->tnode_size) == in yaffs2_rd_checkpt_tnodes()
523 if (tn && ok) in yaffs2_rd_checkpt_tnodes()
526 base_chunk, tn) ? 1 : 0; in yaffs2_rd_checkpt_tnodes()