|
Linux Kernel
3.7.1
|
#include <linux/fs.h>#include <linux/buffer_head.h>#include <linux/kernel.h>#include <linux/pagemap.h>#include "vxfs_extern.h"Go to the source code of this file.
Functions | |
| void | vxfs_put_page (struct page *pp) |
| struct page * | vxfs_get_page (struct address_space *mapping, u_long n) |
| struct buffer_head * | vxfs_bread (struct inode *ip, int block) |
Variables | |
| struct address_space_operations | vxfs_aops |
vxfs_bread - read buffer for a give inode,block tuple : inode : logical block
Description: The vxfs_bread function reads block no of into the buffercache.
Returns: The resulting &struct buffer_head.
Definition at line 102 of file vxfs_subr.c.
|
read |
Definition at line 50 of file vxfs_subr.c.
| struct address_space_operations vxfs_aops |
Definition at line 44 of file vxfs_subr.c.
1.8.2