Linux Kernel
3.7.1
|
#include <linux/quotaops.h>
#include "ext3.h"
#include "namei.h"
#include "xattr.h"
#include "acl.h"
Go to the source code of this file.
Data Structures | |
struct | fake_dirent |
struct | dx_countlimit |
struct | dx_entry |
struct | dx_root |
struct | dx_root::dx_root_info |
struct | dx_node |
struct | dx_frame |
struct | dx_map_entry |
Macros | |
#define | NAMEI_RA_CHUNKS 2 |
#define | NAMEI_RA_BLOCKS 4 |
#define | NAMEI_RA_SIZE (NAMEI_RA_CHUNKS * NAMEI_RA_BLOCKS) |
#define | NAMEI_RA_INDEX(c, b) (((c) * NAMEI_RA_BLOCKS) + (b)) |
#define | assert(test) J_ASSERT(test) |
#define | dxtrace(command) |
#define | S_SHIFT 12 |
#define | PARENT_INO(buffer) (ext3_next_entry((struct ext3_dir_entry_2 *)(buffer))->inode) |
Functions | |
int | ext3_htree_fill_tree (struct file *dir_file, __u32 start_hash, __u32 start_minor_hash, __u32 *next_hash) |
struct dentry * | ext3_get_parent (struct dentry *child) |
int | ext3_orphan_add (handle_t *handle, struct inode *inode) |
int | ext3_orphan_del (handle_t *handle, struct inode *inode) |
Variables | |
struct inode_operations | ext3_dir_inode_operations |
struct inode_operations | ext3_special_inode_operations |
#define NAMEI_RA_INDEX | ( | c, | |
b | |||
) | (((c) * NAMEI_RA_BLOCKS) + (b)) |
#define NAMEI_RA_SIZE (NAMEI_RA_CHUNKS * NAMEI_RA_BLOCKS) |
#define PARENT_INO | ( | buffer | ) | (ext3_next_entry((struct ext3_dir_entry_2 *)(buffer))->inode) |
struct inode_operations ext3_dir_inode_operations |
struct inode_operations ext3_special_inode_operations |