EXT2_FIND_GOAL
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
ext2_find_goal - find a prefered place for allocation.
SYNOPSIS
"SYNOPSIS"
int ext2_find_goal (struct inode * inode, long block, Indirect chain[4], Indirect * partial, unsigned long * goal);
ARGUMENTS
- inode
-
owner
- block
-
block we want
- chain[4]
-
chain of indirect blocks
- partial
-
pointer to the last triple within a chain
- goal
-
place to store the result.
DESCRIPTION
Normally this function find the prefered place for block allocation,
stores it in *goal and returns zero. If the branch had been changed
under us we return -EAGAIN.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:08 GMT, October 09, 2005