Question about the function spec_freeblks in 5.4

2005-12-26 Thread Bowen Zhou
Hello, everyone. I happened to see the code of spec_freeblks , and I am curious if the code works in real world? In my opinion, it means to delete the content of blocks in special files. But I don't think it can finish this destination actually. Am I right? Cause as a newcomer to the source

Fwd: Object reusement implementation in 6.0release: HELP Wanted!!!

2005-12-10 Thread Bowen Zhou
Sorry for reply myself. I really confused by this problem. Need your help!!! On 12/9/05, Bowen Zhou [EMAIL PROTECTED] wrote: Thanks for concerning my question. I need to clean all the data blocks of a inode, including direct disk blocks, indirect disk blocks and external attributes blocks

Re: Object reusement implementation in 6.0release: HELP Wanted!!!

2005-12-08 Thread Bowen Zhou
, Bowen Zhou wrote: hello, everyone. I need solutions to implement object reusement in FreeBSD6.0. What I want to do is to clean the content of data blocks before the re-allocation of them. Then where (in which function ) should I insert my cleaning code in order to fulfill

Object reusement implementation in 6.0release: HELP Wanted!!!

2005-12-07 Thread Bowen Zhou
hello, everyone. I need solutions to implement object reusement in FreeBSD6.0. What I want to do is to clean the content of data blocks before the re-allocation of them. Then where (in which function ) should I insert my cleaning code in order to fulfill the reusement of data blocks? thanks.