.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "EXT2_FREE_DATA" "" "06 October 2005" "" "" .SH NAME ext2_free_data \- free a list of data blocks .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void ext2_free_data (struct inode * \fIinode\fB, u32 * \fIp\fB, u32 * \fIq\fB); \fR .SH "ARGUMENTS" .TP \fB\fIinode\fB\fR inode we are dealing with .TP \fB\fIp\fB\fR array of block numbers .TP \fB\fIq\fB\fR points immediately past the end of array .SH "DESCRIPTION" .PP We are freeing all blocks refered from that array (numbers are stored as little-endian 32-bit) and updating \fIinode\fR->i_blocks appropriately.