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

Go to the source code of this file.

Data Structures

struct  fname
 

Functions

int ext3_check_dir_entry (const char *function, struct inode *dir, struct ext3_dir_entry_2 *de, struct buffer_head *bh, unsigned long offset)
 
loff_t ext3_dir_llseek (struct file *file, loff_t offset, int origin)
 
void ext3_htree_free_dir_info (struct dir_private_info *p)
 
int ext3_htree_store_dirent (struct file *dir_file, __u32 hash, __u32 minor_hash, struct ext3_dir_entry_2 *dirent)
 

Variables

struct file_operations ext3_dir_operations
 

Function Documentation

int ext3_check_dir_entry ( const char function,
struct inode dir,
struct ext3_dir_entry_2 de,
struct buffer_head *  bh,
unsigned long  offset 
)

Definition at line 63 of file dir.c.

loff_t ext3_dir_llseek ( struct file file,
loff_t  offset,
int  origin 
)

Definition at line 299 of file dir.c.

void ext3_htree_free_dir_info ( struct dir_private_info p)

Definition at line 384 of file dir.c.

int ext3_htree_store_dirent ( struct file dir_file,
__u32  hash,
__u32  minor_hash,
struct ext3_dir_entry_2 dirent 
)

Definition at line 393 of file dir.c.

Variable Documentation

struct file_operations ext3_dir_operations
Initial value:
= {
.llseek = ext3_dir_llseek,
.readdir = ext3_readdir,
.unlocked_ioctl = ext3_ioctl,
.fsync = ext3_sync_file,
.release = ext3_release_dir,
}

Definition at line 582 of file dir.c.