Lines Matching defs:inode
151 /* If the inode is unused, it might be unallocated too, so zero it. */
370 ino_t inode, maxino;
381 for (inode = 0; inode < maxino; inode++) {
383 if ((dp = get_inode(fd,super,inode))
442 ino_t inode, maxino;
448 for (inode = 0; inode < maxino; inode++) {
450 if ((dp = get_inode(fd,super,inode))
484 uintmax_t inode;
492 while (scanf("%ju", &inode) == 1) {
493 if (inode > maxino) {
494 warnx("illegal inode %ju", inode);
498 if ((dp = get_inode(fd,super,inode))