NetBSD/sys/ufs/ufs
kleink 9c03d5cf55 When doing a CREATE, RENAME or DELETE w/ DOWHITEOUT and ISWHITEOUT lookup on a
non-existent file and the end of the pathname is reached, and this `current'
directory resides on a read-only mounted file system, don't update/prepare
its inode for the actual operation but return EROFS.
1997-05-12 19:04:16 +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 When doing a CREATE, RENAME or DELETE w/ DOWHITEOUT and ISWHITEOUT lookup on a 1997-05-12 19:04:16 +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 Pass the vnode type to vaccess(), and use it when checking VEXEC. Make sure 1997-05-08 16:19:43 +00:00
ufsmount.h Add RCS ids where missing. 1994-12-21 20:00:18 +00:00