rootp             237 isofs/cd9660/cd9660_vfsops.c 	struct iso_directory_record *rootp;
rootp             352 isofs/cd9660/cd9660_vfsops.c 	rootp = (struct iso_directory_record *)pri->root_directory_record;
rootp             358 isofs/cd9660/cd9660_vfsops.c 	bcopy (rootp, isomp->root, sizeof isomp->root);
rootp             359 isofs/cd9660/cd9660_vfsops.c 	isomp->root_extent = isonum_733 (rootp->extent);
rootp             360 isofs/cd9660/cd9660_vfsops.c 	isomp->root_size = isonum_733 (rootp->size);
rootp             386 isofs/cd9660/cd9660_vfsops.c 		    isonum_711(rootp->ext_attr_length)) <<
rootp             391 isofs/cd9660/cd9660_vfsops.c 		rootp = (struct iso_directory_record *)bp->b_data;
rootp             393 isofs/cd9660/cd9660_vfsops.c 		if ((isomp->rr_skip = cd9660_rrip_offset(rootp,isomp)) < 0) {
rootp             424 isofs/cd9660/cd9660_vfsops.c 		rootp = (struct iso_directory_record *)
rootp             426 isofs/cd9660/cd9660_vfsops.c 		bcopy(rootp, isomp->root, sizeof isomp->root);
rootp             427 isofs/cd9660/cd9660_vfsops.c 		isomp->root_extent = isonum_733(rootp->extent);
rootp             428 isofs/cd9660/cd9660_vfsops.c 		isomp->root_size = isonum_733(rootp->size);