From owner-freebsd-fs Mon Jun 1 00:00:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA13367 for freebsd-fs-outgoing; Mon, 1 Jun 1998 00:00:25 -0700 (PDT) (envelope-from owner-freebsd-fs@FreeBSD.ORG) Received: from wipinfo.soft.net (agni.wipinfo.soft.net [164.164.6.20]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA13341 for ; Mon, 1 Jun 1998 00:00:15 -0700 (PDT) (envelope-from hiren@tagore.wipinfo.soft.net) From: hiren@tagore.wipinfo.soft.net Received: from tagore.wipinfo.soft.net by wipinfo.soft.net (SMI-8.6/SMI-SVR4) id MAA12952; Mon, 1 Jun 1998 12:26:49 -0500 Message-ID: <9806011236.AA21700@tagore.wipinfo.soft.net> Subject: macro definitions of VOP_??? To: freebsd-fs@FreeBSD.ORG Date: Mon, 1 Jun 1998 12:35:52 +0530 (IST) Reply-To: hiren@tagore.wipinfo.soft.net Content-Type: text Sender: owner-freebsd-fs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Return-Receipt-To:hiren X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 641 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 the definition of this macro (#define) at all. Can somebody respond with the name of the file which contains the macro definition of VOP_???. Another thing is, I was trying to find structure declarations of the vop_???_args (e.g. vop_create_args, vop_mknod_args, vop_close_args, vop_access_args, vop_read_args, etc.) This also I could not find in the sources. It is very likely that both may be in the same file. Please help me out. Thanks Hiren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-fs" in the body of the message