From owner-freebsd-hackers Mon Sep 7 11:19:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA09802 for freebsd-hackers-outgoing; Mon, 7 Sep 1998 11:19:39 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from bingsun2.cc.binghamton.edu (bingsun2.cc.binghamton.edu [128.226.1.6]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA09777 for ; Mon, 7 Sep 1998 11:19:35 -0700 (PDT) (envelope-from bf20761@binghamton.edu) Received: from localhost (bf20761@localhost) by bingsun2.cc.binghamton.edu (8.8.7/8.6.9) with SMTP id OAA21064 for ; Mon, 7 Sep 1998 14:19:26 -0400 (EDT) Date: Mon, 7 Sep 1998 14:19:25 -0400 (EDT) From: zhihuizhang X-Sender: bf20761@bingsun2 To: hackers Subject: Simple questions on ffs_blkpref() and cluster_save Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Can anyone tell me the meaning of the two parameters indx and bap of the routine ffs_blkpref() in ffs_alloc.c? Trying to figure out the two parameters myself, I look for call instances of ffs_blkpref(). It is called by ffs_reallocblks(). However, I can not find where the structure cluster_save is defined. My intention is to figure out the meaning of indx/bap by looking at how ffs_reallocblks() set these two parameters. But I am stuck by the cluster_save. Any help is appreciated. -------------------------------------------------- | Zhihui Zhang, http://cs.binghamton.edu/~zzhang | | Dept. of Computer Science, SUNY at Binghamton | -------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message