Lines Matching refs:inocache
35 f->inocache = ic;
36 f->inocache->pino_nlink = 1; /* Will be overwritten shortly for directories */
37 f->inocache->nodes = (struct jffs2_raw_node_ref *)f->inocache;
38 f->inocache->state = INO_STATE_PRESENT;
40 jffs2_add_ino_cache(c, f->inocache);
41 jffs2_dbg(1, "%s(): Assigned ino# %d\n", __func__, f->inocache->ino);
42 ri->ino = cpu_to_je32(f->inocache->ino);
110 (alloc_mode==ALLOC_GC)?0:f->inocache->ino);
182 fn->raw = jffs2_add_physical_node_ref(c, flash_ofs, PAD(sizeof(*ri)+datalen), f->inocache);
322 PAD(sizeof(*rd)+namelen), f->inocache);
348 __func__, f->inocache->ino, offset, writelen);
380 ri->ino = cpu_to_je32(f->inocache->ino);
515 rd->pino = cpu_to_je32(dir_f->inocache->ino);
578 rd->pino = cpu_to_je32(dir_f->inocache->ino);
630 /* Also catch the !f->inocache case, where there was a dirent
632 if (dead_f && dead_f->inocache) {
645 dead_f->inocache->ino,
650 dead_f->inocache->ino);
656 dead_f->inocache->pino_nlink = 0;
658 dead_f->inocache->pino_nlink--;
695 rd->pino = cpu_to_je32(dir_f->inocache->ino);