fs/jffs2/gc.c
706
jffs2_add_physical_node_ref(c, phys_ofs | REF_OBSOLETE, rawlen, NULL);
fs/jffs2/gc.c
744
jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, rawlen, ic);
fs/jffs2/nodelist.h
389
struct jffs2_raw_node_ref *jffs2_add_physical_node_ref(struct jffs2_sb_info *c,
fs/jffs2/wbuf.c
438
jffs2_add_physical_node_ref(c, ofs | REF_OBSOLETE, ref_totlen(c, jeb, first_raw), NULL);
fs/jffs2/write.c
123
jffs2_add_physical_node_ref(c, flash_ofs | REF_OBSOLETE, PAD(sizeof(*ri)+datalen), NULL);
fs/jffs2/write.c
182
fn->raw = jffs2_add_physical_node_ref(c, flash_ofs, PAD(sizeof(*ri)+datalen), f->inocache);
fs/jffs2/write.c
275
jffs2_add_physical_node_ref(c, flash_ofs | REF_OBSOLETE, PAD(sizeof(*rd)+namelen), NULL);
fs/jffs2/write.c
321
fd->raw = jffs2_add_physical_node_ref(c, flash_ofs | dirent_node_state(rd),
fs/jffs2/xattr.c
323
jffs2_add_physical_node_ref(c, phys_ofs | REF_OBSOLETE, PAD(totlen), NULL);
fs/jffs2/xattr.c
328
jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, PAD(totlen), (void *)xd);
fs/jffs2/xattr.c
537
jffs2_add_physical_node_ref(c, phys_ofs | REF_OBSOLETE, PAD(sizeof(rr)), NULL);
fs/jffs2/xattr.c
543
jffs2_add_physical_node_ref(c, phys_ofs | REF_PRISTINE, PAD(sizeof(rr)), (void *)ref);