Bitdefender Hypervisor Memory Introspection
_DENTRY_PATH Struct Reference

Describes an entry from dentry-cache. More...

Data Fields

LIST_ENTRY Link
 ///< List entry element. More...
 
char * Path
 The content of the path (string). More...
 
DWORD Length
 The length of the path. More...
 
QWORD Gva
 The guest virtual address of the 'struct dentry'. More...
 

Detailed Description

Describes an entry from dentry-cache.

Definition at line 12 of file lixfiles.c.

Field Documentation

◆ Gva

QWORD _DENTRY_PATH::Gva

The guest virtual address of the 'struct dentry'.

Definition at line 19 of file lixfiles.c.

Referenced by IntLixFileCacheCreateDentryPath().

◆ Length

DWORD _DENTRY_PATH::Length

The length of the path.

Definition at line 17 of file lixfiles.c.

Referenced by IntLixFileCacheCreateDentryPath(), IntLixFileCachePathIsValid(), and IntLixFileGetPath().

◆ Link

LIST_ENTRY _DENTRY_PATH::Link

///< List entry element.

Definition at line 14 of file lixfiles.c.

Referenced by IntLixFileCacheCreateDentryPath().

◆ Path

char* _DENTRY_PATH::Path

The content of the path (string).

Definition at line 16 of file lixfiles.c.

Referenced by IntLixFileCacheCreateDentryPath(), and IntLixFileGetPath().


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