Searched refs:iep (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_vnops.c525 struct attr_indexentry *iep; local
527 error = ntfs_ntreaddir(ntmp, fp, num, &iep);
532 if( NULL == iep )
535 for(; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (uio->uio_resid >= sizeof(struct dirent));
536 iep = NTFS_NEXTREC(iep, struct attr_indexentry *))
538 if(!ntfs_isnamepermitted(ntmp,iep))
541 for(i=0, j=0; i<iep->ie_fnamelen; i++) {
542 c = NTFS_U28(iep->ie_fname[i]);
548 num, cde.d_name, iep
[all...]
H A Dntfs_subr.c884 struct attr_indexentry *iep; local
933 iep = (struct attr_indexentry *) (rdbuf + aoff);
935 for (; !(iep->ie_flag & NTFS_IEFLAG_LAST) && (rdsize > aoff);
936 aoff += iep->reclen,
937 iep = (struct attr_indexentry *) (rdbuf + aoff))
940 (u_int32_t) iep->ie_number,
941 (u_int32_t) iep->ie_fnametype));
946 res = NTFS_UASTRICMP(iep->ie_fname, iep->ie_fnamelen,
951 if (iep
1077 ntfs_isnamepermitted( struct ntfsmount * ntmp, struct attr_indexentry * iep) argument
1125 struct attr_indexentry *iep; local
[all...]

Completed in 87 milliseconds