ReactOS 0.4.16-dev-973-g9a0ff8b
|
#include "ext2fs.h"
Go to the source code of this file.
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 NAMEI_RA_SIZE (NAMEI_RA_CHUNKS * NAMEI_RA_BLOCKS) |
int add_dirent_to_buf | ( | struct ext2_icb * | icb, |
struct dentry * | dentry, | ||
struct inode * | inode, | ||
struct ext3_dir_entry_2 * | de, | ||
struct buffer_head * | bh | ||
) |
Definition at line 386 of file htree.c.
Referenced by ext3_add_entry().
Definition at line 1946 of file htree.c.
Referenced by Ext2AddEntry().
struct buffer_head * ext3_append | ( | struct ext2_icb * | icb, |
struct inode * | inode, | ||
ext3_lblk_t * | block, | ||
int * | err | ||
) |
Definition at line 279 of file htree.c.
Referenced by Ext2AddDotEntries(), and ext3_add_entry().
struct buffer_head * ext3_bread | ( | struct ext2_icb * | icb, |
struct inode * | inode, | ||
unsigned long | block, | ||
int * | err | ||
) |
Definition at line 230 of file htree.c.
Referenced by ext3_add_entry(), ext3_append(), ext3_find_entry(), and ext3_is_dir_empty().
Definition at line 204 of file htree.c.
Referenced by add_dirent_to_buf(), Ext2RemoveEntry(), and Ext2SetFileType().
Definition at line 312 of file htree.c.
Referenced by Ext2RemoveEntry(), Ext2SetFileType(), and Ext2SetReparsePoint().
int ext3_delete_entry | ( | struct ext2_icb * | icb, |
struct inode * | dir, | ||
struct ext3_dir_entry_2 * | de_del, | ||
struct buffer_head * | bh | ||
) |
Definition at line 2005 of file htree.c.
Referenced by Ext2RemoveEntry().
struct buffer_head * ext3_find_entry | ( | struct ext2_icb * | icb, |
struct dentry * | dentry, | ||
struct ext3_dir_entry_2 ** | res_dir | ||
) |
Definition at line 2166 of file htree.c.
Referenced by Ext2RemoveEntry(), Ext2ScanDir(), and Ext2SetFileType().
Definition at line 307 of file htree.c.
Referenced by Ext2AddEntry(), and Ext2SetFileType().
Definition at line 2038 of file htree.c.
Referenced by Ext2IsDirectoryEmpty().
Definition at line 360 of file htree.c.
Referenced by add_dirent_to_buf(), Ext2AddDotEntries(), Ext2AddEntry(), Ext2RemoveEntry(), and Ext2SetFileType().
void ext3_set_de_type | ( | struct super_block * | sb, |
struct ext3_dir_entry_2 * | de, | ||
umode_t | mode | ||
) |
Definition at line 347 of file htree.c.
Referenced by add_dirent_to_buf(), Ext2AddDotEntries(), and Ext2SetFileType().
Definition at line 317 of file htree.c.
Referenced by ext3_set_de_type().
Definition at line 368 of file htree.c.
Referenced by add_dirent_to_buf(), and Ext2RemoveEntry().
Definition at line 212 of file htree.c.
Referenced by Ext2RemoveEntry(), and ext3_is_dir_empty().
|
inlinestatic |
Definition at line 2109 of file htree.c.
Referenced by ext3_find_entry().