Searched refs:jffs2_link_node_ref (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/jffs2/ |
D | scan.c | 365 = jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, totlen, NULL); in jffs2_scan_xattr_node() 375 jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, totlen, (void *)xd); in jffs2_scan_xattr_node() 432 jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, PAD(je32_to_cpu(rr->totlen)), (void *)ref); in jffs2_scan_xref_node() 883 jffs2_link_node_ref(c, jeb, ofs | REF_NORMAL, c->cleanmarker_size, NULL); in jffs2_scan_eraseblock() 927 jffs2_link_node_ref(c, jeb, ofs | REF_PRISTINE, PAD(je32_to_cpu(node->totlen)), NULL); in jffs2_scan_eraseblock() 1025 jffs2_link_node_ref(c, jeb, ofs | REF_UNCHECKED, PAD(je32_to_cpu(ri->totlen)), ic); in jffs2_scan_inode_node() 1099 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() 831 jffs2_link_node_ref(c, jeb, sum_ofs | REF_OBSOLETE, infosize, NULL); in jffs2_sum_write_data() 841 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() function 685 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,
|