Lines Matching defs:ino

635 	fd->ino = je32_to_cpu(rd->ino);
977 with this ino. Perform a preliminary ordering on data nodes, throwing away
992 dbg_readinode("ino #%u\n", f->inocache->ino);
1003 if (!valid_ref && f->inocache->ino != 1)
1004 JFFS2_WARNING("Eep. No valid nodes for ino #%u.\n", f->inocache->ino);
1133 f->inocache->ino, rii->highest_version, rii->latest_mctime,
1154 dbg_readinode("ino #%u pino/nlink is %d\n", f->inocache->ino,
1159 /* Grab all nodes relevant to this ino */
1163 JFFS2_ERROR("cannot read nodes for ino %u, returned error is %d\n", f->inocache->ino, ret);
1172 f->inocache->ino, ret);
1201 if (f->inocache->ino != 1) {
1202 JFFS2_WARNING("no data nodes found for ino #%u\n", f->inocache->ino);
1232 f->inocache->ino, ref_offset(rii.latest_ref));
1250 JFFS2_WARNING("Truncating ino #%u to %d bytes failed because it only had %d bytes to start with!\n",
1251 f->inocache->ino, je32_to_cpu(latest_node->isize), new_size);
1300 f->inocache->ino, jemode_to_cpu(latest_node->mode));
1305 f->inocache->ino, jemode_to_cpu(latest_node->mode));
1311 f->inocache->ino, jemode_to_cpu(latest_node->mode));
1327 /* Scan the list of all nodes present for this ino, build map of versions, etc. */
1329 uint32_t ino, struct jffs2_raw_inode *latest_node)
1331 dbg_readinode("read inode #%u\n", ino);
1335 f->inocache = jffs2_get_ino_cache(c, ino);
1350 dbg_readinode("waiting for ino #%u in state %d\n", ino, f->inocache->state);
1359 JFFS2_ERROR("Eep. Trying to read_inode #%u when it's already in state %d!\n", ino, f->inocache->state);
1370 if (!f->inocache && ino == 1) {
1379 f->inocache->ino = f->inocache->pino_nlink = 1;
1385 JFFS2_ERROR("requested to read a nonexistent ino %u\n", ino);