VXFS_GETBLK

Section: (9)
Updated: 09 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: 00:02:59 GMT, October 09, 2005