ifhp 696 isofs/cd9660/cd9660_vfsops.c struct ifid *ifhp = (struct ifid *)fhp;
ifhp 702 isofs/cd9660/cd9660_vfsops.c printf("fhtovp: ino %d, start %ld\n", ifhp->ifid_ino,
ifhp 703 isofs/cd9660/cd9660_vfsops.c ifhp->ifid_start);
ifhp 706 isofs/cd9660/cd9660_vfsops.c if ((error = VFS_VGET(mp, ifhp->ifid_ino, &nvp)) != 0) {
ifhp 837 isofs/cd9660/cd9660_vfsops.c isonum_711(isodir->ext_attr_length) != ifhp->ifid_start) {
ifhp 843 isofs/cd9660/cd9660_vfsops.c ifhp->ifid_start);
ifhp 973 isofs/cd9660/cd9660_vfsops.c register struct ifid *ifhp;
ifhp 975 isofs/cd9660/cd9660_vfsops.c ifhp = (struct ifid *)fhp;
ifhp 976 isofs/cd9660/cd9660_vfsops.c ifhp->ifid_len = sizeof(struct ifid);
ifhp 978 isofs/cd9660/cd9660_vfsops.c ifhp->ifid_ino = ip->i_number;
ifhp 979 isofs/cd9660/cd9660_vfsops.c ifhp->ifid_start = ip->iso_start;
ifhp 983 isofs/cd9660/cd9660_vfsops.c ifhp->ifid_ino,ifhp->ifid_start);
ifhp 637 isofs/udf/udf_vfsops.c struct ifid *ifhp;
ifhp 641 isofs/udf/udf_vfsops.c ifhp = (struct ifid *)fhp;
ifhp 643 isofs/udf/udf_vfsops.c if ((error = VFS_VGET(mp, ifhp->ifid_ino, &nvp)) != 0) {
ifhp 657 isofs/udf/udf_vfsops.c struct ifid *ifhp;
ifhp 660 isofs/udf/udf_vfsops.c ifhp = (struct ifid *)fhp;
ifhp 661 isofs/udf/udf_vfsops.c ifhp->ifid_len = sizeof(struct ifid);
ifhp 662 isofs/udf/udf_vfsops.c ifhp->ifid_ino = up->u_ino;