VXFS_BMAP_INDIR

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

vxfs_bmap_indir - recursion for vxfs_bmap_typed  

SYNOPSIS

"SYNOPSIS"

daddr_t vxfs_bmap_indir (struct inode * ip, long indir, int size, long block);  

ARGUMENTS

ip
pointer to the inode we do bmap for
indir
indirect block we start reading at
size
size of the typed area to search
block
partially result from further searches
 

DESCRIPTION

vxfs_bmap_indir reads a &struct vxfs_typed at indir and performs the type-defined action.  

RETURN VALUE

The physical block number on success, else Zero.  

NOTE

Kernelstack is rare. Unrecurse?


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURN VALUE
NOTE

This document was created by man2html, using the manual pages.
Time: 07:07:33 GMT, October 06, 2005