EXT2_FREE_DATA
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
ext2_free_data - free a list of data blocks
SYNOPSIS
"SYNOPSIS"
void ext2_free_data (struct inode * inode, u32 * p, u32 * q);
ARGUMENTS
- inode
-
inode we are dealing with
- p
-
array of block numbers
- q
-
points immediately past the end of array
DESCRIPTION
We are freeing all blocks refered from that array (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