From owner-freebsd-current@FreeBSD.ORG Mon Sep 12 00:19:40 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CC2816A41F for ; Mon, 12 Sep 2005 00:19:40 +0000 (GMT) (envelope-from wkyuwk@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CA8143D46 for ; Mon, 12 Sep 2005 00:19:39 +0000 (GMT) (envelope-from wkyuwk@gmail.com) Received: by zproxy.gmail.com with SMTP id z6so1419960nzd for ; Sun, 11 Sep 2005 17:19:39 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=U5Y951anEf/YDIpL9hfbOF+uU/1ywv+9vK7jueXELH4rvRsuf3hKh5/U1R58Pmx9nkpku2WgFKNhJ7wcc02WHRK75gLSj5uWyioD3lVramjUt1shx8mjZPqhmZBYv0GWUP3pfzTCSIf0XZA2yBaKOujT2o+y1ZCZIOSz9PMMemI= Received: by 10.36.97.5 with SMTP id u5mr2465940nzb; Sun, 11 Sep 2005 17:19:39 -0700 (PDT) Received: from ?192.168.0.3? ( [164.107.250.243]) by mx.gmail.com with ESMTP id 18sm12932584nzo.2005.09.11.17.19.39; Sun, 11 Sep 2005 17:19:39 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v613) Content-Transfer-Encoding: 7bit Message-Id: <8725EF77-2323-11DA-8278-000D932C3754@gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: freebsd-current@freebsd.org From: Weikuan Yu Date: Sun, 11 Sep 2005 20:24:05 -0400 X-Mailer: Apple Mail (2.613) Subject: VOP_{READ,WRITE,LOCK} X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Sep 2005 00:19:40 -0000 Hi, I remember I located the definition of VOP_{READ,WRITE}, etc, a couple of month back when I was playing with freebsd 4.4. However, I am now looking for the definition of VOP_{READ,WRITE,LOCK} in a freebsd current tree checkout. So far, I am not able to so far. Worse yet, I also lost track of my notes I had earlier. So I think this must be a really common question to many newbies to freebsd. Instead of me spending more time digging into the tree, wonder if anybody in freebsd community could lend me a few hints? Many thanks in advance, Weikuan