EXT3_FIND_GOAL
Section: ()
Updated: 06 October 2005
Index
Return to Main Contents
NAME
ext3_find_goal - find a prefered place for allocation.
SYNOPSIS
"SYNOPSIS"
int ext3_find_goal (struct inode * inode, long block, Indirect * chain, Indirect * partial, unsigned long * goal);
ARGUMENTS
- inode
-
owner
- block
-
block we want
- chain
-
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: 04:40:45 GMT, October 06, 2005