ReactOS 0.4.15-dev-8076-g06e89b2
dir_child Struct Reference

#include <btrfs_drv.h>

Collaboration diagram for dir_child:

Public Attributes

KEY key
 
uint64_t index
 
uint8_t type
 
ANSI_STRING utf8
 
uint32_t hash
 
UNICODE_STRING name
 
uint32_t hash_uc
 
UNICODE_STRING name_uc
 
ULONG size
 
struct _file_reffileref
 
bool root_dir
 
LIST_ENTRY list_entry_index
 
LIST_ENTRY list_entry_hash
 
LIST_ENTRY list_entry_hash_uc
 

Detailed Description

Definition at line 250 of file btrfs_drv.h.

Member Data Documentation

◆ fileref

struct _file_ref* dir_child::fileref

Definition at line 260 of file btrfs_drv.h.

Referenced by create_stream(), query_dir_item(), reap_fileref(), and rename_file_to_stream().

◆ hash

◆ hash_uc

◆ index

◆ key

KEY dir_child::key

Definition at line 251 of file btrfs_drv.h.

Referenced by flush_fileref(), move_across_subvols(), and query_directory().

◆ list_entry_hash

LIST_ENTRY dir_child::list_entry_hash

Definition at line 263 of file btrfs_drv.h.

Referenced by remove_dir_child_from_hash_lists().

◆ list_entry_hash_uc

LIST_ENTRY dir_child::list_entry_hash_uc

Definition at line 264 of file btrfs_drv.h.

Referenced by remove_dir_child_from_hash_lists().

◆ list_entry_index

LIST_ENTRY dir_child::list_entry_index

Definition at line 262 of file btrfs_drv.h.

Referenced by move_across_subvols(), next_dir_entry(), and set_rename_information().

◆ name

◆ name_uc

◆ root_dir

bool dir_child::root_dir

Definition at line 261 of file btrfs_drv.h.

Referenced by query_dir_item().

◆ size

ULONG dir_child::size

Definition at line 259 of file btrfs_drv.h.

Referenced by reap_fileref().

◆ type

uint8_t dir_child::type

Definition at line 253 of file btrfs_drv.h.

Referenced by delete_reparse_point(), file_create(), query_directory(), and set_symlink().

◆ utf8


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