Lines Matching defs:ino
80 uint32_t ino = 0;
106 ino = fd->ino;
108 if (ino) {
109 inode = jffs2_iget(dir_i->i_sb, ino);
111 pr_warn("iget() failed for ino #%u\n", ino);
137 jffs2_dbg(2, "Skipping dirent: \"%s\", ino #%u, type %d, because curofs %ld < offset %ld\n",
138 fd->name, fd->ino, fd->type, curofs, (unsigned long)ctx->pos);
141 if (!fd->ino) {
147 jffs2_dbg(2, "Dirent %ld: \"%s\", ino #%u, type %d\n",
148 (unsigned long)ctx->pos, fd->name, fd->ino, fd->type);
149 if (!dir_emit(ctx, fd->name, strlen(fd->name), fd->ino, fd->type))
208 jffs2_dbg(1, "%s(): Created ino #%lu with mode %o, nlink %d(%d). nrpages %ld\n",
264 ret = jffs2_do_link(c, dir_f, f->inocache->ino, type, dentry->d_name.name, dentry->d_name.len, now);
402 rd->ino = cpu_to_je32(inode->i_ino);
489 /* but ic->pino_nlink is the parent ino# */
545 rd->ino = cpu_to_je32(inode->i_ino);
595 if (fd->ino) {
718 rd->ino = cpu_to_je32(inode->i_ino);
784 if (fd->ino) {