HomeSort by: relevance | last modified time | path
    Searched refs:attr_indexentry (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/ntfs/
ntfs_subr.h 87 struct attr_indexentry **);
97 int ntfs_isnamepermitted(struct ntfsmount *, struct attr_indexentry *);
ntfs_subr.c 776 struct attr_indexentry *iep;
828 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff);
832 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff))
992 ntfs_isnamepermitted(struct ntfsmount *ntmp, struct attr_indexentry *iep)
1012 * Read ntfs dir like stream of attr_indexentry, not like btree of them.
1021 struct attr_indexentry **riepp)
1034 struct attr_indexentry *iep;
1122 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff);
1125 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff))
ntfs.h 172 struct attr_indexentry { struct
ntfs_vnops.c 575 struct attr_indexentry *iep;
588 iep = NTFS_NEXTREC(iep, struct attr_indexentry *))

Completed in 35 milliseconds