From owner-freebsd-fs@FreeBSD.ORG Mon Sep 14 18:27:33 2009 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B251106566B for ; Mon, 14 Sep 2009 18:27:33 +0000 (UTC) (envelope-from mdounin@mdounin.ru) Received: from mdounin.cust.ramtel.ru (mdounin.cust.ramtel.ru [81.19.69.81]) by mx1.freebsd.org (Postfix) with ESMTP id BCFEB8FC16 for ; Mon, 14 Sep 2009 18:27:32 +0000 (UTC) Received: from mdounin.ru (mdounin.cust.ramtel.ru [81.19.69.81]) by mdounin.cust.ramtel.ru (Postfix) with ESMTP id 090D01703B; Mon, 14 Sep 2009 22:27:30 +0400 (MSD) Date: Mon, 14 Sep 2009 22:27:30 +0400 From: Maxim Dounin To: Mel Flynn Message-ID: <20090914182730.GF4917@mdounin.ru> References: <200909142009.17782.mel.flynn+fbsd.fs@mailing.thruhere.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200909142009.17782.mel.flynn+fbsd.fs@mailing.thruhere.net> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-fs@freebsd.org Subject: Re: Question about struct vop_*_args X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Sep 2009 18:27:33 -0000 Hello! On Mon, Sep 14, 2009 at 08:09:17PM +0200, Mel Flynn wrote: > Hi, > > find+grep isn't able to tell me where the struct vop_rename_args and friends > are defined. Is this done dynamically somewhere and can anyone point to the > location? Yes, it's defined in vnode_if.h which is dynamically generated by src/sys/tools/vnode_if.awk from src/sys/kern/vnode_if.src. Maxim Dounin