summaryrefslogtreecommitdiff
path: root/sys/ntfs/ntfs_ihash.h
AgeCommit message (Collapse)Author
2016-08-10Kill stale prototypes.Martin Natano
ok deraadt millert stefan
2013-05-30More of the same: ntfs doesn't do inode numbers >2^32, so use a smaller typePhilip Guenther
internally, only using ino_t in the VFS layer APIs: vget, readdir, getattr
2009-03-25convert lockmgr over to rwlock in ntfs, mostly trivial.Owain Ainsworth
Tested by a couple of people, no regressions.
2003-05-20un __PTed Unangst
2003-05-20fix the tagsMichael Shalayeff
2003-05-20by popular request, NTFS support. read only.Ted Unangst
The code comes from NetBSD and was ported by Julian Bordet. ok deraadt@