Home
last modified time | relevance | path

Searched refs:new_fn (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/jffs2/
Dgc.c296 struct jffs2_full_dnode *new_fn; in jffs2_garbage_collect_metadata() local
356 new_fn = jffs2_write_dnode(inode, &ri, mdata, mdatalen, phys_ofs, NULL); in jffs2_garbage_collect_metadata()
358 if (IS_ERR(new_fn)) { in jffs2_garbage_collect_metadata()
359 printk(KERN_WARNING "Error writing new dnode: %ld\n", PTR_ERR(new_fn)); in jffs2_garbage_collect_metadata()
360 ret = PTR_ERR(new_fn); in jffs2_garbage_collect_metadata()
365 f->metadata = new_fn; in jffs2_garbage_collect_metadata()
448 struct jffs2_full_dnode *new_fn; in jffs2_garbage_collect_hole() local
522 new_fn = jffs2_write_dnode(inode, &ri, NULL, 0, phys_ofs, NULL); in jffs2_garbage_collect_hole()
524 if (IS_ERR(new_fn)) { in jffs2_garbage_collect_hole()
525 printk(KERN_WARNING "Error writing new hole node: %ld\n", PTR_ERR(new_fn)); in jffs2_garbage_collect_hole()
[all …]