|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Variables | |
| char * | device_name |
Definition at line 619 of file Inode.c.
Referenced by ext2_mkdir().
| bool ext2_block_map | ( | PEXT2_FILESYS | Ext2Sys, |
| PEXT2_INODE | inode, | ||
| ULONG | block, | ||
| ULONG * | dwRet | ||
| ) |
Definition at line 346 of file Inode.c.
Referenced by ext2_build_bdl().
| ULONG ext2_build_bdl | ( | PEXT2_FILESYS | Ext2Sys, |
| PEXT2_INODE | ext2_inode, | ||
| IN ULONG | offset, | ||
| IN ULONG | size, | ||
| OUT PEXT2_BDL * | ext2_bdl | ||
| ) |
Definition at line 392 of file Inode.c.
Referenced by ext2_read_inode(), and ext2_write_inode().
| bool ext2_expand_block | ( | PEXT2_FILESYS | Ext2Sys, |
| PEXT2_INODE | Inode, | ||
| ULONG | dwContent, | ||
| ULONG | Index, | ||
| int | layer, | ||
| ULONG | newBlk, | ||
| ULONG * | dwRet, | ||
| ULONG * | off | ||
| ) |
Definition at line 128 of file Inode.c.
Referenced by ext2_expand_block(), and ext2_expand_inode().
| bool ext2_expand_inode | ( | PEXT2_FILESYS | Ext2Sys, |
| PEXT2_INODE | Inode, | ||
| ULONG | newBlk | ||
| ) |
Definition at line 212 of file Inode.c.
Referenced by create_lost_and_found(), and ext2_write_inode().
| bool ext2_get_block | ( | PEXT2_FILESYS | Ext2Sys, |
| ULONG | dwContent, | ||
| ULONG | Index, | ||
| int | layer, | ||
| ULONG * | dwRet | ||
| ) |
Definition at line 288 of file Inode.c.
Referenced by ext2_block_map(), and ext2_get_block().
| bool ext2_get_inode_lba | ( | PEXT2_FILESYS | Ext2Sys, |
| ULONG | no, | ||
| LONGLONG * | offset | ||
| ) |
Definition at line 20 of file Inode.c.
Referenced by ext2_load_inode(), and ext2_save_inode().
| bool ext2_load_inode | ( | PEXT2_FILESYS | Ext2Sys, |
| ULONG | no, | ||
| PEXT2_INODE | pInode | ||
| ) |
Definition at line 41 of file Inode.c.
Referenced by ext2_add_entry(), ext2_mkdir(), ext2_read_inode(), and ext2_write_inode().
| bool ext2_new_inode | ( | PEXT2_FILESYS | fs, |
| ULONG | dir, | ||
| int | mode, | ||
| PEXT2_INODE_BITMAP | map, | ||
| ULONG * | ret | ||
| ) |
Definition at line 84 of file Inode.c.
Referenced by ext2_mkdir().
| bool ext2_read_inode | ( | PEXT2_FILESYS | Ext2Sys, |
| ULONG | ino, | ||
| ULONG | offset, | ||
| PVOID | Buffer, | ||
| ULONG | size, | ||
| PULONG | dwReturn | ||
| ) |
Definition at line 494 of file Inode.c.
Referenced by ext2_add_entry().
| bool ext2_reserve_inodes | ( | PEXT2_FILESYS | fs | ) |
Definition at line 681 of file Inode.c.
Referenced by Ext2Format().
| bool ext2_save_inode | ( | PEXT2_FILESYS | Ext2Sys, |
| ULONG | no, | ||
| PEXT2_INODE | pInode | ||
| ) |
Definition at line 59 of file Inode.c.
Referenced by create_bad_block_inode(), create_lost_and_found(), create_root_dir(), ext2_mkdir(), and ext2_write_inode().
| bool ext2_write_inode | ( | PEXT2_FILESYS | Ext2Sys, |
| ULONG | ino, | ||
| ULONG | offset, | ||
| PVOID | Buffer, | ||
| ULONG | size, | ||
| PULONG | dwReturn | ||
| ) |
Definition at line 541 of file Inode.c.
Referenced by ext2_add_entry().
|
extern |