• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/

Lines Matching defs:ino

626 	fd->ino = je32_to_cpu(rd->ino);
946 with this ino. Perform a preliminary ordering on data nodes, throwing away
961 dbg_readinode("ino #%u\n", f->inocache->ino);
970 if (!valid_ref && f->inocache->ino != 1)
971 JFFS2_WARNING("Eep. No valid nodes for ino #%u.\n", f->inocache->ino);
1099 f->inocache->ino, rii->highest_version, rii->latest_mctime,
1120 dbg_readinode("ino #%u nlink is %d\n", f->inocache->ino, f->inocache->nlink);
1124 /* Grab all nodes relevant to this ino */
1128 JFFS2_ERROR("cannot read nodes for ino %u, returned error is %d\n", f->inocache->ino, ret);
1137 f->inocache->ino, ret);
1165 if (f->inocache->ino != 1) {
1166 JFFS2_WARNING("no data nodes found for ino #%u\n", f->inocache->ino);
1197 f->inocache->ino, ref_offset(rii.latest_ref));
1217 JFFS2_WARNING("Truncating ino #%u to %d bytes failed because it only had %d bytes to start with!\n",
1218 f->inocache->ino, je32_to_cpu(latest_node->isize), new_size);
1264 f->inocache->ino, jemode_to_cpu(latest_node->mode));
1271 f->inocache->ino, jemode_to_cpu(latest_node->mode));
1279 f->inocache->ino, jemode_to_cpu(latest_node->mode));
1296 /* Scan the list of all nodes present for this ino, build map of versions, etc. */
1298 uint32_t ino, struct jffs2_raw_inode *latest_node)
1300 dbg_readinode("read inode #%u\n", ino);
1304 f->inocache = jffs2_get_ino_cache(c, ino);
1319 dbg_readinode("waiting for ino #%u in state %d\n", ino, f->inocache->state);
1328 JFFS2_ERROR("Eep. Trying to read_inode #%u when it's already in state %d!\n", ino, f->inocache->state);
1339 if (!f->inocache && ino == 1) {
1348 f->inocache->ino = f->inocache->nlink = 1;
1354 JFFS2_ERROR("requestied to read an nonexistent ino %u\n", ino);