Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
jfs_extent.h File Reference

Go to the source code of this file.

Macros

#define INOHINT(ip)   (addressPXD(&(JFS_IP(ip)->ixpxd)) + lengthPXD(&(JFS_IP(ip)->ixpxd)) - 1)
 

Functions

int extAlloc (struct inode *, s64, s64, xad_t *, bool)
 
int extFill (struct inode *, xad_t *)
 
int extHint (struct inode *, s64, xad_t *)
 
int extRealloc (struct inode *, s64, xad_t *, bool)
 
int extRecord (struct inode *, xad_t *)
 

Macro Definition Documentation

#define INOHINT (   ip)    (addressPXD(&(JFS_IP(ip)->ixpxd)) + lengthPXD(&(JFS_IP(ip)->ixpxd)) - 1)

Definition at line 22 of file jfs_extent.h.

Function Documentation

int extAlloc ( struct inode ,
s64  ,
s64  ,
xad_t ,
bool   
)

Definition at line 86 of file jfs_extent.c.

int extFill ( struct inode ,
xad_t  
)
int extHint ( struct inode ,
s64  ,
xad_t  
)

Definition at line 364 of file jfs_extent.c.

int extRealloc ( struct inode ,
s64  ,
xad_t ,
bool   
)
int extRecord ( struct inode ,
xad_t  
)

Definition at line 424 of file jfs_extent.c.