Home | History | Annotate | Download | only in newfs_lfs

Lines Matching defs:ip_v1

399 	IFILE_V1 *ip_v1 = NULL;
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;
904 --ip_v1;
905 ip_v1->if_nextfree = LFS_UNUSED_INUM;