Searched refs:jffs2_add_physical_node_ref (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs2/
H A Dwrite.c232 jffs2_add_physical_node_ref(c, raw, sizeof(*ri)+datalen, 1);
246 jffs2_add_physical_node_ref(c, raw, retlen, 0);
314 jffs2_add_physical_node_ref(c, raw, sizeof(*rd)+namelen, 1);
328 jffs2_add_physical_node_ref(c, raw, retlen, 0);
H A Dnodelist.h261 int jffs2_add_physical_node_ref(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *new, __u32 len, int dirty);
H A Dnodemgmt.c218 * jffs2_add_physical_node_ref - add a physical node reference to the list
230 int jffs2_add_physical_node_ref(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *new, __u32 len, int dirty) function
236 D1(printk(KERN_DEBUG "jffs2_add_physical_node_ref(): Node at 0x%x, size 0x%x\n", new->flash_offset & ~3, len));

Completed in 97 milliseconds