Bitdefender Hypervisor Memory Introspection
_LIX_QSTR Struct Reference

Describes a string used for paths by the linux kernel (quick string). More...

#include <lixfiles.h>

Data Fields

union {
   struct {
      DWORD   Hash
 Unused by introcore. More...
 
      DWORD   Length
 The length of the string. More...
 
   } 
 
   QWORD   HashLen
 The union between the Hash and the Length. More...
 
}; 
 
QWORD Name
 A pointer to the string. More...
 

Detailed Description

Describes a string used for paths by the linux kernel (quick string).

Definition at line 13 of file lixfiles.h.

Field Documentation

◆ @120

union { ... }

◆ Hash

DWORD _LIX_QSTR::Hash

Unused by introcore.

Definition at line 19 of file lixfiles.h.

◆ HashLen

QWORD _LIX_QSTR::HashLen

The union between the Hash and the Length.

Definition at line 23 of file lixfiles.h.

◆ Length

DWORD _LIX_QSTR::Length

The length of the string.

Definition at line 20 of file lixfiles.h.

Referenced by IntLixDentryGetName(), and IntLixFileReadDentry().

◆ Name

QWORD _LIX_QSTR::Name

A pointer to the string.

Definition at line 26 of file lixfiles.h.

Referenced by IntLixDentryGetName(), and IntLixFileReadDentry().


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