Searched refs:attr_indexentry (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_subr.h86 int ntfs_ntreaddir( struct ntfsmount *, struct fnode *, u_int32_t, struct attr_indexentry **);
93 int ntfs_isnamepermitted(struct ntfsmount *, struct attr_indexentry * );
H A Dntfs_subr.c884 struct attr_indexentry *iep;
933 iep = (struct attr_indexentry *) (rdbuf + aoff);
937 iep = (struct attr_indexentry *) (rdbuf + aoff))
1079 struct attr_indexentry * iep)
1100 * Read ntfs dir like stream of attr_indexentry, not like btree of them.
1112 struct attr_indexentry ** riepp)
1125 struct attr_indexentry *iep;
1210 iep = (struct attr_indexentry *) (rdbuf + aoff);
1213 iep = (struct attr_indexentry *) (rdbuf + aoff))
H A Dntfs.h167 struct attr_indexentry { struct
H A Dntfs_vnops.c525 struct attr_indexentry *iep;
536 iep = NTFS_NEXTREC(iep, struct attr_indexentry *))

Completed in 103 milliseconds