Lines Matching refs:ino
83 uint32_t ino = 0;
109 ino = fd->ino;
111 if (ino) {
112 inode = jffs2_iget(dir_i->i_sb, ino);
114 pr_warn("iget() failed for ino #%u\n", ino);
140 jffs2_dbg(2, "Skipping dirent: \"%s\", ino #%u, type %d, because curofs %ld < offset %ld\n",
141 fd->name, fd->ino, fd->type, curofs, (unsigned long)ctx->pos);
144 if (!fd->ino) {
150 jffs2_dbg(2, "Dirent %ld: \"%s\", ino #%u, type %d\n",
151 (unsigned long)ctx->pos, fd->name, fd->ino, fd->type);
152 if (!dir_emit(ctx, fd->name, strlen(fd->name), fd->ino, fd->type))
212 jffs2_dbg(1, "%s(): Created ino #%lu with mode %o, nlink %d(%d). nrpages %ld\n",
268 ret = jffs2_do_link(c, dir_f, f->inocache->ino, type, dentry->d_name.name, dentry->d_name.len, now);
407 rd->ino = cpu_to_je32(inode->i_ino);
496 /* but ic->pino_nlink is the parent ino# */
552 rd->ino = cpu_to_je32(inode->i_ino);
603 if (fd->ino) {
727 rd->ino = cpu_to_je32(inode->i_ino);
795 if (fd->ino) {