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 850 ip64->if_nextfree = 0;
858 ip32->if_nextfree = 0;
866 ip_v1->if_nextfree = 0;
876 ip64->if_nextfree = ++i;
879 ip64->if_nextfree = LFS_UNUSED_INUM;
885 ip32->if_nextfree = ++i;
888 ip32->if_nextfree = LFS_UNUSED_INUM;
894 ip_v1->if_nextfree = ++i;
897 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 18 milliseconds