|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ext4_ext.h>

Public Attributes | |
| ext4_fsblk_t | p_block |
| int | p_depth |
| int | p_maxdepth |
| struct ext4_extent * | p_ext |
| struct ext4_extent_idx * | p_idx |
| struct ext4_extent_header * | p_hdr |
| struct buffer_head * | p_bh |
Definition at line 69 of file ext4_ext.h.
| struct buffer_head* ext4_ext_path::p_bh |
Definition at line 77 of file ext4_ext.h.
Referenced by ext4_ext_remove_space().
| ext4_fsblk_t ext4_ext_path::p_block |
Definition at line 71 of file ext4_ext.h.
Referenced by ext4_find_extent().
| int ext4_ext_path::p_depth |
Definition at line 72 of file ext4_ext.h.
Referenced by ext4_ext_insert_extent().
| struct ext4_extent* ext4_ext_path::p_ext |
Definition at line 74 of file ext4_ext.h.
Referenced by ext4_find_extent().
| struct ext4_extent_header* ext4_ext_path::p_hdr |
Definition at line 76 of file ext4_ext.h.
Referenced by ext4_ext_create_new_leaf(), ext4_ext_insert_extent(), ext4_ext_insert_index(), and ext4_ext_remove_space().
| struct ext4_extent_idx* ext4_ext_path::p_idx |
Definition at line 75 of file ext4_ext.h.
Referenced by ext4_ext_insert_index(), ext4_ext_remove_space(), and ext4_find_extent().
| int ext4_ext_path::p_maxdepth |
Definition at line 73 of file ext4_ext.h.
Referenced by ext4_find_extent().