Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 1999 10:38:16 -0800 (PST)
From:      Matthew Dillon <dillon@apollo.backplane.com>
To:        "AARON MARKS" <amarks@sarnoff.com>
Cc:        Terry Lambert <tlambert@primenet.com>, freebsd-hackers@FreeBSD.ORG
Subject:   Re: Memory-Based VFS Question
Message-ID:  <199902171838.KAA09129@apollo.backplane.com>
References:  <199902162316.QAA09873@usr08.primenet.com> <36CB0903.B309BC62@sarnoff.com>

next in thread | previous in thread | raw e-mail | index | archive | help

: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 
					<dillon@backplane.com>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902171838.KAA09129>