Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
dir.c File Reference
#include <linux/slab.h>
#include "hpfs_fn.h"

Go to the source code of this file.

Functions

struct dentryhpfs_lookup (struct inode *dir, struct dentry *dentry, unsigned int flags)
 

Variables

struct file_operations hpfs_dir_ops
 

Function Documentation

struct dentry* hpfs_lookup ( struct inode dir,
struct dentry dentry,
unsigned int  flags 
)
read

Definition at line 192 of file dir.c.

Variable Documentation

struct file_operations hpfs_dir_ops
Initial value:
=
{
.llseek = hpfs_dir_lseek,
.readdir = hpfs_readdir,
.release = hpfs_dir_release,
.fsync = hpfs_file_fsync,
}

Definition at line 319 of file dir.c.