Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vxfs_bmap.c File Reference
#include <linux/fs.h>
#include <linux/buffer_head.h>
#include <linux/kernel.h>
#include "vxfs.h"
#include "vxfs_inode.h"
#include "vxfs_extern.h"

Go to the source code of this file.

Functions

daddr_t vxfs_bmap1 (struct inode *ip, long iblock)
 

Function Documentation

daddr_t vxfs_bmap1 ( struct inode ip,
long  iblock 
)

vxfs_bmap1 - vxfs-internal bmap operation : pointer to the inode we do bmap for : logical block

Description: vxfs_bmap1 perfoms a logical to physical block mapping for vxfs-internal purposes.

Return Value: The physical block number on success, else Zero.

Definition at line 260 of file vxfs_bmap.c.