From owner-freebsd-hackers Sun May 31 23:44:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11627 for freebsd-hackers-outgoing; Sun, 31 May 1998 23:44:23 -0700 (PDT) (envelope-from owner-freebsd-hackers@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 XAA11335 for ; Sun, 31 May 1998 23:41:41 -0700 (PDT) (envelope-from hiren@wipinfo.soft.net) Received: from divya.wipinfo.soft.net by wipinfo.soft.net (SMI-8.6/SMI-SVR4) id MAA12144; Mon, 1 Jun 1998 12:07:57 -0500 Received: from wipinfo.soft.net ([192.9.205.55]) by divya.wipinfo.soft.net (8.8.5/8.8.5) with ESMTP id MAA17764 for ; Mon, 1 Jun 1998 12:13:56 +0530 Message-ID: <32EAFBCF.2985E09@wipinfo.soft.net> Date: Sun, 26 Jan 1997 12:08:07 +0530 From: hiren X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-hackers@FreeBSD.ORG Subject: macro definitions of VOP_??? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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_???. 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. Please help me out. Thanks Hiren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message