Linux Kernel
3.7.1
|
#include <linux/fs.h>
#include <linux/time.h>
#include <linux/mm.h>
#include <linux/highmem.h>
#include <linux/kernel.h>
#include <linux/pagemap.h>
#include "vxfs.h"
#include "vxfs_dir.h"
#include "vxfs_inode.h"
#include "vxfs_extern.h"
Go to the source code of this file.
Macros | |
#define | VXFS_BLOCK_PER_PAGE(sbp) ((PAGE_CACHE_SIZE / (sbp)->s_blocksize)) |
Variables | |
struct inode_operations | vxfs_dir_inode_ops |
struct file_operations | vxfs_dir_operations |
#define VXFS_BLOCK_PER_PAGE | ( | sbp | ) | ((PAGE_CACHE_SIZE / (sbp)->s_blocksize)) |
Definition at line 48 of file vxfs_lookup.c.
struct inode_operations vxfs_dir_inode_ops |
Definition at line 54 of file vxfs_lookup.c.
struct file_operations vxfs_dir_operations |
Definition at line 58 of file vxfs_lookup.c.