EXT2_FREE_BRANCHES

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

 

NAME

ext2_free_branches - free an array of branches  

SYNOPSIS

"SYNOPSIS"

void ext2_free_branches (struct inode * inode, u32 * p, u32 * q, int depth);  

ARGUMENTS

inode
inode we are dealing with
p
array of block numbers
q
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: 07:07:06 GMT, October 06, 2005