Xref: utzoo comp.unix.questions:25981 comp.protocols.nfs:1320 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!zaphod.mps.ohio-state.edu!mips!public!btr.btr.com!ash From: ash@btr.btr.com Newsgroups: comp.unix.questions,comp.protocols.nfs Subject: Vnode ops in VFS layer of Kernel (esp. SUN) Message-ID: <545@public.BTR.COM> Date: 4 Oct 90 21:39:43 GMT Sender: ash@public.BTR.COM Followup-To: comp.unix.questions Organization: BTR Public Access UNIX, MtnView CA, Contact: cs@btr.com 415-966-1429 Lines: 13 Can anyone out there help me, I need to know what the following vnode functions in the VFS layer of the Kernel do, especially in SUN OS4; vn_getpage() vn_putpage() vn_map () I would really like to know what the arguments to these functions are and how best to implement them. We have already implemented all the required VNODE functions except the above, as we do not know what they do. Thanks in advance