VFS_VGET.9 (7f3dea244c40159a41ab22da77a434d7c5b5e85a) | VFS_VGET.9 (b92a189eb9b32f7e9db74343d46434b554a67d04) |
---|---|
1.\" -*- nroff -*- 2.\" 3.\" Copyright (c) 1996 Doug Rabson 4.\" 5.\" All rights reserved. 6.\" 7.\" This program is free software. 8.\" --- 47 unchanged lines hidden (view full) --- 56This is an optional filesystem entrypoint for filesystems which have a 57unique id number for every file in the filesystem. It is used 58internally by the UFS filesystem and also by the NFSv3 server to 59implement the 60.Dv READDIRPLUS 61nfs call. 62.Pp 63If the filesystem does not support this call, then it should return | 1.\" -*- nroff -*- 2.\" 3.\" Copyright (c) 1996 Doug Rabson 4.\" 5.\" All rights reserved. 6.\" 7.\" This program is free software. 8.\" --- 47 unchanged lines hidden (view full) --- 56This is an optional filesystem entrypoint for filesystems which have a 57unique id number for every file in the filesystem. It is used 58internally by the UFS filesystem and also by the NFSv3 server to 59implement the 60.Dv READDIRPLUS 61nfs call. 62.Pp 63If the filesystem does not support this call, then it should return |
64.Dv EOPNOTSUPP . | 64.Er EOPNOTSUPP . |
65.Sh SEE ALSO 66.Xr VFS 9 , 67.Xr vnode 9 68.Sh AUTHORS 69This man page was written by 70.An Doug Rabson . | 65.Sh SEE ALSO 66.Xr VFS 9 , 67.Xr vnode 9 68.Sh AUTHORS 69This man page was written by 70.An Doug Rabson . |