EXT3_FREE_BRANCHES

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

ext3_free_branches - free an array of branches  

SYNOPSIS

"SYNOPSIS"

void ext3_free_branches (handle_t * handle, struct inode * inode, struct buffer_head * parent_bh, u32 * first, u32 * last, int depth);  

ARGUMENTS

handle
JBD handle for this transaction
inode
inode we are dealing with
parent_bh
the buffer_head which contains *first and *last
first
array of block numbers
last
pointer immediately past the end of array
depth
depth of the branches to free
 

DESCRIPTION

We are freeing all blocks refered from these branches (numbers are stored as little-endian 32-bit) and updating inode->i_blocks appropriately.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 13:31:28 GMT, October 06, 2005