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 858 ip64->if_nextfree = 0;
866 ip32->if_nextfree = 0;
874 ip_v1->if_nextfree = 0;
884 ip64->if_nextfree = ++i;
887 ip64->if_nextfree = LFS_UNUSED_INUM;
893 ip32->if_nextfree = ++i;
896 ip32->if_nextfree = LFS_UNUSED_INUM;
902 ip_v1->if_nextfree = ++i;
905 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 634 /* magic value for if_nextfree -- indicate orphaned file */
647 uint64_t if_nextfree; /* next-unallocated inode */ member in struct:ifile64
655 uint32_t if_nextfree; /* next-unallocated inode */ member in struct:ifile32
665 uint32_t if_nextfree; /* next-unallocated inode */ member in struct:ifile_v1
  /src/sbin/fsck_lfs/
lfs.c 983 ifp64->if_nextfree = ++i;
986 ifp64->if_nextfree = oldlast;
991 ifp32->if_nextfree = ++i;
994 ifp32->if_nextfree = oldlast;
999 ifp_v1->if_nextfree = ++i;
1002 ifp_v1->if_nextfree = oldlast;

Completed in 16 milliseconds