iep 916 ntfs/ntfs_subr.c struct attr_indexentry *iep; iep 973 ntfs/ntfs_subr.c iep = (struct attr_indexentry *) (rdbuf + aoff); iep 975 ntfs/ntfs_subr.c for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff); iep 976 ntfs/ntfs_subr.c aoff += iep->reclen, iep 977 ntfs/ntfs_subr.c iep = (struct attr_indexentry *) (rdbuf + aoff)) iep 980 ntfs/ntfs_subr.c (u_int32_t) iep->ie_number, iep 981 ntfs/ntfs_subr.c (u_int32_t) iep->ie_fnametype)); iep 986 ntfs/ntfs_subr.c res = ntfs_uastricmp(ntmp, iep->ie_fname, iep 987 ntfs/ntfs_subr.c iep->ie_fnamelen, fname, fnamelen); iep 993 ntfs/ntfs_subr.c if (iep->ie_fnametype == 0 || iep 996 ntfs/ntfs_subr.c res = ntfs_uastrcmp(ntmp, iep->ie_fname, iep 997 ntfs/ntfs_subr.c iep->ie_fnamelen, fname, fnamelen); iep 1004 ntfs/ntfs_subr.c if (iep->ie_flag & NTFS_IEFLAG_SUBNODE) { iep 1008 ntfs/ntfs_subr.c tctx->aoff = aoff + iep->reclen; iep 1027 ntfs/ntfs_subr.c if ((iep->ie_number == ip->i_number) && iep 1047 ntfs/ntfs_subr.c iep->ie_number, attrtype, attrname, iep 1060 ntfs/ntfs_subr.c nfp->f_fflag = iep->ie_fflag; iep 1061 ntfs/ntfs_subr.c nfp->f_pnumber = iep->ie_fpnumber; iep 1062 ntfs/ntfs_subr.c nfp->f_times = iep->ie_ftimes; iep 1077 ntfs/ntfs_subr.c nfp->f_size = iep->ie_fsize; iep 1078 ntfs/ntfs_subr.c nfp->f_allocated = iep->ie_fallocated; iep 1095 ntfs/ntfs_subr.c if (iep->ie_flag & NTFS_IEFLAG_SUBNODE) { iep 1099 ntfs/ntfs_subr.c iep->reclen - sizeof(cn_t)); iep 1180 ntfs/ntfs_subr.c struct attr_indexentry * iep) iep 1185 ntfs/ntfs_subr.c switch (iep->ie_fnametype) { iep 1194 ntfs/ntfs_subr.c iep->ie_fnametype); iep 1231 ntfs/ntfs_subr.c struct attr_indexentry *iep; iep 1320 ntfs/ntfs_subr.c iep = (struct attr_indexentry *) (rdbuf + aoff); iep 1321 ntfs/ntfs_subr.c for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff); iep 1322 ntfs/ntfs_subr.c aoff += iep->reclen, iep 1323 ntfs/ntfs_subr.c iep = (struct attr_indexentry *) (rdbuf + aoff)) iep 1325 ntfs/ntfs_subr.c if (!ntfs_isnamepermitted(ntmp, iep)) continue; iep 1333 ntfs/ntfs_subr.c *riepp = iep; iep 598 ntfs/ntfs_vnops.c struct attr_indexentry *iep; iep 604 ntfs/ntfs_vnops.c error = ntfs_ntreaddir(ntmp, fp, num, &iep); iep 606 ntfs/ntfs_vnops.c error = ntfs_ntreaddir(ntmp, fp, num, &iep, uio->uio_procp); iep 611 ntfs/ntfs_vnops.c if (NULL == iep) iep 614 ntfs/ntfs_vnops.c for(; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (uio->uio_resid >= sizeof(struct dirent)); iep 615 ntfs/ntfs_vnops.c iep = NTFS_NEXTREC(iep, struct attr_indexentry *)) iep 617 ntfs/ntfs_vnops.c if(!ntfs_isnamepermitted(ntmp,iep)) iep 622 ntfs/ntfs_vnops.c for(i=0; i<iep->ie_fnamelen; i++) { iep 624 ntfs/ntfs_vnops.c iep->ie_fname[i]); iep 630 ntfs/ntfs_vnops.c num, cde->d_name, iep->ie_fnametype, iep 631 ntfs/ntfs_vnops.c iep->ie_flag)); iep 633 ntfs/ntfs_vnops.c cde->d_fileno = iep->ie_number; iep 634 ntfs/ntfs_vnops.c cde->d_type = (iep->ie_fflag & NTFS_FFLAG_DIR) ? DT_DIR : DT_REG;