NetBSD/sys/ufs/ufs
kleink 9c16cd8a46 Implement a POSIX compliant genfs VOP_SEEK() and use it in the appropriate
places; by Chris G. Demetriou and myself.
1997-04-11 21:52:00 +00:00
..
dinode.h compensate for timeval/timespec/stat structure changes. 1995-06-15 23:22:41 +00:00
dir.h Remove hack to work around <sys/dirent.h> DIRSIZ conflict 1996-03-09 19:42:41 +00:00
inode.h Add a set of generic file system operations that most file systems use. 1996-09-01 23:47:48 +00:00
quota.h Add prototype for quotactl. 1996-09-28 19:07:06 +00:00
ufs_bmap.c ufs prototype changes 1996-02-09 22:36:00 +00:00
ufs_extern.h Implement a POSIX compliant genfs VOP_SEEK() and use it in the appropriate 1997-04-11 21:52:00 +00:00
ufs_ihash.c ufs prototype changes 1996-02-09 22:36:00 +00:00
ufs_inode.c Just increment the generation count. Using the time is bogus and defeats 1997-03-10 06:18:28 +00:00
ufs_lookup.c revert previous kprintf changes 1996-10-12 21:58:44 +00:00
ufs_quota.c ufs prototype changes 1996-02-09 22:36:00 +00:00
ufs_readwrite.c Return immediately upon zero byte reads, as updating st_atime in this case 1997-04-04 14:21:32 +00:00
ufs_vfsops.c ufs prototype changes 1996-02-09 22:36:00 +00:00
ufs_vnops.c POSIX.1 specifies that a failed link() to a directory must return EPERM, 1997-03-27 07:30:25 +00:00
ufsmount.h