HomeSort by: relevance | last modified time | path
    Searched refs:if_nextfree (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/newfs_lfs/
make_lfs.c 845 ip64->if_nextfree = 0;
853 ip32->if_nextfree = 0;
861 ip_v1->if_nextfree = 0;
871 ip64->if_nextfree = ++i;
874 ip64->if_nextfree = LFS_UNUSED_INUM;
880 ip32->if_nextfree = ++i;
883 ip32->if_nextfree = LFS_UNUSED_INUM;
889 ip_v1->if_nextfree = ++i;
892 ip_v1->if_nextfree = LFS_UNUSED_INUM;
  /src/sys/ufs/lfs/
lfs_alloc.c 200 ifp64->if_nextfree = ++i;
203 ifp64->if_nextfree = oldhead;
209 ifp32->if_nextfree = ++i;
212 ifp32->if_nextfree = oldhead;
218 ifp_v1->if_nextfree = ++i;
221 ifp_v1->if_nextfree = oldhead;
lfs.h 635 /* magic value for if_nextfree -- indicate orphaned file */
648 uint64_t if_nextfree; /* next-unallocated inode */ member in struct:ifile64
656 uint32_t if_nextfree; /* next-unallocated inode */ member in struct:ifile32
666 uint32_t if_nextfree; /* next-unallocated inode */ member in struct:ifile_v1
  /src/sbin/fsck_lfs/
lfs.c 977 ifp64->if_nextfree = ++i;
980 ifp64->if_nextfree = oldlast;
985 ifp32->if_nextfree = ++i;
988 ifp32->if_nextfree = oldlast;
993 ifp_v1->if_nextfree = ++i;
996 ifp_v1->if_nextfree = oldlast;

Completed in 20 milliseconds