Searched refs:new_fn (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/jffs2/ |
| H A D | gc.c | 761 struct jffs2_full_dnode *new_fn; in jffs2_garbage_collect_metadata() local 834 new_fn = jffs2_write_dnode(c, f, &ri, mdata, mdatalen, ALLOC_GC); in jffs2_garbage_collect_metadata() 836 if (IS_ERR(new_fn)) { in jffs2_garbage_collect_metadata() 837 pr_warn("Error writing new dnode: %ld\n", PTR_ERR(new_fn)); in jffs2_garbage_collect_metadata() 838 ret = PTR_ERR(new_fn); in jffs2_garbage_collect_metadata() 843 f->metadata = new_fn; in jffs2_garbage_collect_metadata() 1019 struct jffs2_full_dnode *new_fn; in jffs2_garbage_collect_hole() local 1108 new_fn = jffs2_write_dnode(c, f, &ri, NULL, 0, ALLOC_GC); in jffs2_garbage_collect_hole() 1110 if (IS_ERR(new_fn)) { in jffs2_garbage_collect_hole() 1111 pr_warn("Error writing new hole node: %ld\n", PTR_ERR(new_fn)); in jffs2_garbage_collect_hole() [all …]
|