From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Tso Subject: Re: Ext3 question: How to compose an inode given a list of data block numbers? Date: Thu, 8 Feb 2007 21:13:38 -0500 Message-ID: <20070209021338.GB13207@thunk.org> References: <8875903.post@talk.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org To: hlily Return-path: Received: from thunk.org ([69.25.196.29]:53180 "EHLO thunker.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946012AbXBICNl (ORCPT ); Thu, 8 Feb 2007 21:13:41 -0500 Content-Disposition: inline In-Reply-To: <8875903.post@talk.nabble.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Feb 08, 2007 at 02:46:19PM -0800, hlily wrote: > > Suppose I have a list of data blocks, does Ext3 provide some functions that > can help me to build a block list into an inode? > > If no such functions, could someone direct me to the right place in Ext3 > code that add block numbers to an inode? What are you trying to do? Are you trying to do this from a kernel module, or from user space? - Ted