HomeSort by: relevance | last modified time | path
    Searched defs:ip_v1 (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/newfs_lfs/
make_lfs.c 399 IFILE_V1 *ip_v1 = NULL; local in function:make_lfs
870 ip_v1 = &ipall->u_v1;
872 ip_v1->if_version = 1;
873 ip_v1->if_daddr = 0x0;
874 ip_v1->if_nextfree = 0;
875 ++ip_v1;
899 i < lfs_sb_getifpb(fs); ++ip_v1) {
900 ip_v1->if_version = 1;
901 ip_v1->if_daddr = LFS_UNUSED_DADDR;
902 ip_v1->if_nextfree = ++i
    [all...]

Completed in 12 milliseconds