VXFS_GETBLK

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

 

NAME

vxfs_getblk - locate buffer for given inode,block tuple  

SYNOPSIS

"SYNOPSIS"

int vxfs_getblk (struct inode * ip, sector_t iblock, struct buffer_head * bp, int create);  

ARGUMENTS

ip
inode
iblock
logical block
bp
buffer skeleton
create
TRUE if blocks may be newly allocated.
 

DESCRIPTION

The vxfs_get_block function fills bp with the right physical block and device number to perform a lowlevel read/write on it.  

RETURNS

Zero on success, else a negativ error code (-EIO).


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
RETURNS

This document was created by man2html, using the manual pages.
Time: 05:31:03 GMT, October 06, 2005