Searched refs:if_daddr (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/hppa/stand/xxboot/
H A Dreadufs_lfs.c175 ((IFILE_V1 *) buf + i)->if_daddr
176 : ((IFILE32 *) buf + i)->if_daddr;
/netbsd-current/sys/arch/x68k/stand/boot_ufs/
H A Dreadufs_lfs.c178 ((IFILE_V1 *) buf + i)->if_daddr
179 : ((IFILE32 *) buf + i)->if_daddr;
/netbsd-current/sbin/newfs_lfs/
H A Dmake_lfs.c857 ip64->if_daddr = 0x0;
865 ip32->if_daddr = 0x0;
873 ip_v1->if_daddr = 0x0;
883 ip64->if_daddr = LFS_UNUSED_DADDR;
892 ip32->if_daddr = LFS_UNUSED_DADDR;
901 ip_v1->if_daddr = LFS_UNUSED_DADDR;
/netbsd-current/sys/ufs/lfs/
H A Dlfs_alloc.c188 ifp64->if_daddr = LFS_UNUSED_DADDR;
197 ifp32->if_daddr = LFS_UNUSED_DADDR;
206 ifp_v1->if_daddr = LFS_UNUSED_DADDR;
H A Dlfs.h634 int64_t if_daddr; /* inode disk address */ member in struct:ifile64
642 int32_t if_daddr; /* inode disk address */ member in struct:ifile32
652 int32_t if_daddr; /* inode disk address */ member in struct:ifile_v1
/netbsd-current/sbin/fsck_lfs/
H A Dlfs.c957 ifp64->if_daddr = LFS_UNUSED_DADDR;
965 ifp32->if_daddr = LFS_UNUSED_DADDR;
973 ifp_v1->if_daddr = LFS_UNUSED_DADDR;

Completed in 218 milliseconds