#include <linux/fs.h>
#include <linux/jbd2.h>
#include <linux/buffer_head.h>
#include <linux/slab.h>
#include <linux/rbtree.h>
#include "ext4.h"
Go to the source code of this file.
|
int | __ext4_check_dir_entry (const char *function, unsigned int line, struct inode *dir, struct file *filp, struct ext4_dir_entry_2 *de, struct buffer_head *bh, unsigned int offset) |
|
loff_t | ext4_dir_llseek (struct file *file, loff_t offset, int origin) |
|
void | ext4_htree_free_dir_info (struct dir_private_info *p) |
|
int | ext4_htree_store_dirent (struct file *dir_file, __u32 hash, __u32 minor_hash, struct ext4_dir_entry_2 *dirent) |
|
Definition at line 72 of file dir.c.
loff_t ext4_dir_llseek |
( |
struct file * |
file, |
|
|
loff_t |
offset, |
|
|
int |
origin |
|
) |
| |
Initial value:= {
.readdir = ext4_readdir,
.release = ext4_release_dir,
}
Definition at line 622 of file dir.c.