ReactOS 0.4.15-dev-7958-gcd0bb1a
ext4_ext_path Struct Reference

#include <ext4_ext.h>

Collaboration diagram for ext4_ext_path:

Public Attributes

ext4_fsblk_t p_block
 
int p_depth
 
int p_maxdepth
 
struct ext4_extentp_ext
 
struct ext4_extent_idxp_idx
 
struct ext4_extent_headerp_hdr
 
struct buffer_headp_bh
 

Detailed Description

Definition at line 69 of file ext4_ext.h.

Member Data Documentation

◆ p_bh

struct buffer_head* ext4_ext_path::p_bh

Definition at line 77 of file ext4_ext.h.

Referenced by ext4_ext_remove_space().

◆ p_block

ext4_fsblk_t ext4_ext_path::p_block

Definition at line 71 of file ext4_ext.h.

Referenced by ext4_find_extent().

◆ p_depth

int ext4_ext_path::p_depth

Definition at line 72 of file ext4_ext.h.

Referenced by ext4_ext_insert_extent().

◆ p_ext

struct ext4_extent* ext4_ext_path::p_ext

Definition at line 74 of file ext4_ext.h.

Referenced by ext4_find_extent().

◆ p_hdr

◆ p_idx

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().

◆ p_maxdepth

int ext4_ext_path::p_maxdepth

Definition at line 73 of file ext4_ext.h.

Referenced by ext4_find_extent().


The documentation for this struct was generated from the following file: