EXT2_FREE_DATA
Section: (9)
Updated: 09 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, __le32 * p, __le32 * 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: 00:02:08 GMT, October 09, 2005