Searched refs:jffs2_link_node_ref (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/jffs2/ | 
| D | scan.c | 363 			= jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, totlen, NULL);  in jffs2_scan_xattr_node()373 		jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, totlen, (void *)xd);  in jffs2_scan_xattr_node()
 430 	jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, PAD(je32_to_cpu(rr->totlen)), (void *)ref);  in jffs2_scan_xref_node()
 884 				jffs2_link_node_ref(c, jeb, ofs | REF_NORMAL, c->cleanmarker_size, NULL);  in jffs2_scan_eraseblock()
 928 				jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, PAD(je32_to_cpu(node->totlen)), NULL);  in jffs2_scan_eraseblock()
 1026 	jffs2_link_node_ref(c, jeb, ofs | REF_UNCHECKED, PAD(je32_to_cpu(ri->totlen)), ic);  in jffs2_scan_inode_node()
 1100 	fd->raw = jffs2_link_node_ref(c, jeb, ofs | dirent_node_state(rd),  in jffs2_scan_dirent_node()
 
 | 
| D | summary.c | 381 	return jffs2_link_node_ref(c, jeb, jeb->offset + ofs, len, ic);  in sum_link_node_ref()635 			jffs2_link_node_ref(c, jeb, jeb->offset | REF_NORMAL,  in jffs2_sum_scan_sumnode()
 828 			jffs2_link_node_ref(c, jeb, sum_ofs | REF_OBSOLETE, infosize, NULL);  in jffs2_sum_write_data()
 838 	jffs2_link_node_ref(c, jeb, sum_ofs | REF_NORMAL, infosize, NULL);  in jffs2_sum_write_data()
 
 | 
| D | nodelist.c | 585 struct jffs2_raw_node_ref *jffs2_link_node_ref(struct jffs2_sb_info *c,  in jffs2_link_node_ref()  function685 		jffs2_link_node_ref(c, jeb, ofs, size, NULL);  in jffs2_scan_dirty_space()
 
 | 
| D | nodemgmt.c | 437 			jffs2_link_node_ref(c, jeb,  in jffs2_do_reserve_space()530 	new = jffs2_link_node_ref(c, jeb, ofs, len, ic);  in jffs2_add_physical_node_ref()
 
 | 
| D | wbuf.c | 167 		jffs2_link_node_ref(c, jeb,   in jffs2_block_refile()527 		new_ref = jffs2_link_node_ref(c, new_jeb, ofs | ref_flags(raw), rawlen, ic);  in jffs2_wbuf_recover()
 677 		jffs2_link_node_ref(c, wbuf_jeb, (c->wbuf_ofs + c->wbuf_len) | REF_OBSOLETE, waste, NULL);  in __jffs2_flush_wbuf()
 
 | 
| D | erase.c | 461 		jffs2_link_node_ref(c, jeb, jeb->offset | REF_NORMAL, c->cleanmarker_size, NULL);  in jffs2_mark_erased_block()
 | 
| D | nodelist.h | 375 struct jffs2_raw_node_ref *jffs2_link_node_ref(struct jffs2_sb_info *c,
 |