From owner-freebsd-hackers Mon Jun 1 11:10:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA26874 for freebsd-hackers-outgoing; Mon, 1 Jun 1998 11:10:01 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from bingsun2 (bingsun2.cc.binghamton.edu [128.226.1.6]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id LAA26829 for ; Mon, 1 Jun 1998 11:09:54 -0700 (PDT) (envelope-from bf20761@binghamton.edu) Received: from localhost (bf20761@localhost) by bingsun2 (SMI-8.6/8.6.9) with SMTP id OAA08010; Mon, 1 Jun 1998 14:09:03 -0400 Date: Mon, 1 Jun 1998 14:09:03 -0400 (EDT) From: zhihuizhang X-Sender: bf20761@bingsun2 To: Niall Smart cc: hiren , freebsd-hackers@FreeBSD.ORG Subject: Re: macro definitions of VOP_??? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You can check the files vnode_if.sh and vnode_if.src. They are simple awk files. ------------------------------------------------- Zhihui Zhang Department of Computer Science State University of New York at Binghamton Web Site: http://cs.binghamton.edu/~zzhang ------------------------------------------------- On Mon, 1 Jun 1998, Niall Smart wrote: > > Hi, > > > > I was looking at the sources of FreeBSD virtual file system (VFS) > > implementation. > > It uses all macros starting with VOP_ (e.g. VOP_OPEN, VOP_CLOSE, > > VOP_ACCESS, etc). > > I could not find it at all. Can somebody respond with the name of the > > file which contains > > the macro definition of VOP_???. > > They are generated from a shell script, which lives in sys/kern I > think. I'm sure Terry Lambert can reveal all. > > Niall > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message