From owner-freebsd-hackers Wed Feb 17 10:39:10 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (Postfix) with ESMTP id 7F05511373 for ; Wed, 17 Feb 1999 10:39:05 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.3/8.9.1) id KAA09129; Wed, 17 Feb 1999 10:38:16 -0800 (PST) (envelope-from dillon) Date: Wed, 17 Feb 1999 10:38:16 -0800 (PST) From: Matthew Dillon Message-Id: <199902171838.KAA09129@apollo.backplane.com> To: "AARON MARKS" Cc: Terry Lambert , freebsd-hackers@FreeBSD.ORG Subject: Re: Memory-Based VFS Question References: <199902162316.QAA09873@usr08.primenet.com> <36CB0903.B309BC62@sarnoff.com> Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Terry Lambert wrote: :> :> :> It will use VOP_GETPAGES/VOP_PUTPAGES. : :Since the man page is not very instructive for these ops and I'm new to :the FreeBSD kernel, is there a particular source that I can model these :after? Should I just model after the generic functions :(vnode_pager_generic_...)? : :Thanks, :-A. : :-- :Aaron J. Marks Communications and Computing Systems Lab :Assoc. Member Tech Staff Advanced Networks and Computation Group :amarks@sarnoff.com Sarnoff Corporation I would simply use the vnode_pager_generic_putpages/getpages() routines to begin with. Once you have everything working you can optimize it. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message