Home | History | Annotate | Download | only in lfs

Lines Matching defs:nextfree

399 		ino_t nextfree = 0, maxino, count; /* XXX: gcc */
411 nextfree = lfs_if_getnextfree(fs, ifp);
413 if (nextfree == ino ||
414 nextfree == LFS_UNUSED_INUM)
417 thisino = nextfree;
427 if (nextfree == LFS_UNUSED_INUM) {
445 /* Clear nextfree, note daddr, and set generation number */
662 ino_t nextfree;
665 LFS_GET_HEADFREE(fs, cip, cbp, &nextfree);
666 lfs_if_setnextfree(fs, ifp, nextfree);
691 ino_t nextfree;
700 LFS_GET_HEADFREE(fs, cip, cbp, &nextfree);
701 lfs_if_setnextfree(fs, ifp, nextfree);
704 (long long)nextfree, (long long)ino));
1042 ino_t i, headino, maxino, thisino, tailino, nextfree;
1060 * address must have a nextfree pointer, the only exception
1075 " neither daddr nor nextfree\n",
1087 " daddr=0x%jx, nextfree=0x%jx\n",
1112 nextfree = lfs_if_getnextfree(fs, ifp);
1114 if (nextfree == LFS_UNUSED_INUM)
1116 thisino = nextfree;