Linux Kernel
3.7.1
|
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 *) |
#define INOHINT | ( | ip | ) | (addressPXD(&(JFS_IP(ip)->ixpxd)) + lengthPXD(&(JFS_IP(ip)->ixpxd)) - 1) |
Definition at line 22 of file jfs_extent.h.
Definition at line 86 of file jfs_extent.c.