ReactOS 0.4.15-dev-7834-g00c4b3d
send_context Struct Reference
Collaboration diagram for send_context:

Public Attributes

device_extensionVcb
 
rootroot
 
rootparent
 
uint8_tdata
 
ULONG datalen
 
ULONG num_clones
 
root ** clones
 
LIST_ENTRY orphans
 
LIST_ENTRY dirs
 
LIST_ENTRY pending_rmdirs
 
KEVENT buffer_event
 
send_dirroot_dir
 
send_infosend
 
struct {
   uint64_t   inode
 
   bool   deleting
 
   bool   new
 
   uint64_t   gen
 
   uint64_t   uid
 
   uint64_t   olduid
 
   uint64_t   gid
 
   uint64_t   oldgid
 
   uint64_t   mode
 
   uint64_t   oldmode
 
   uint64_t   size
 
   uint64_t   flags
 
   BTRFS_TIME   atime
 
   BTRFS_TIME   mtime
 
   BTRFS_TIME   ctime
 
   bool   file
 
   char *   path
 
   orphan *   o
 
   send_dir *   sd
 
   LIST_ENTRY   refs
 
   LIST_ENTRY   oldrefs
 
   LIST_ENTRY   exts
 
   LIST_ENTRY   oldexts
 
lastinode
 

Detailed Description

Definition at line 68 of file send.c.

Member Data Documentation

◆ atime

BTRFS_TIME send_context::atime

Definition at line 96 of file send.c.

◆ buffer_event

KEVENT send_context::buffer_event

Definition at line 79 of file send.c.

◆ clones

root** send_context::clones

Definition at line 75 of file send.c.

◆ ctime

BTRFS_TIME send_context::ctime

Definition at line 98 of file send.c.

◆ data

uint8_t* send_context::data

Definition at line 72 of file send.c.

◆ datalen

ULONG send_context::datalen

Definition at line 73 of file send.c.

◆ deleting

bool send_context::deleting

Definition at line 85 of file send.c.

◆ dirs

LIST_ENTRY send_context::dirs

Definition at line 77 of file send.c.

◆ exts

LIST_ENTRY send_context::exts

Definition at line 105 of file send.c.

◆ file

bool send_context::file

Definition at line 99 of file send.c.

◆ flags

uint64_t send_context::flags

Definition at line 95 of file send.c.

◆ gen

uint64_t send_context::gen

Definition at line 87 of file send.c.

◆ gid

uint64_t send_context::gid

Definition at line 90 of file send.c.

◆ inode

uint64_t send_context::inode

Definition at line 84 of file send.c.

◆ 

struct { ... } send_context::lastinode

◆ mode

uint64_t send_context::mode

Definition at line 92 of file send.c.

◆ mtime

BTRFS_TIME send_context::mtime

Definition at line 97 of file send.c.

◆ new

bool send_context::new

Definition at line 86 of file send.c.

◆ num_clones

ULONG send_context::num_clones

Definition at line 74 of file send.c.

◆ o

orphan* send_context::o

Definition at line 101 of file send.c.

◆ oldexts

LIST_ENTRY send_context::oldexts

Definition at line 106 of file send.c.

◆ oldgid

uint64_t send_context::oldgid

Definition at line 91 of file send.c.

◆ oldmode

uint64_t send_context::oldmode

Definition at line 93 of file send.c.

◆ oldrefs

LIST_ENTRY send_context::oldrefs

Definition at line 104 of file send.c.

◆ olduid

uint64_t send_context::olduid

Definition at line 89 of file send.c.

◆ orphans

LIST_ENTRY send_context::orphans

Definition at line 76 of file send.c.

◆ parent

root* send_context::parent

Definition at line 71 of file send.c.

◆ path

char* send_context::path

Definition at line 100 of file send.c.

◆ pending_rmdirs

LIST_ENTRY send_context::pending_rmdirs

Definition at line 78 of file send.c.

◆ refs

LIST_ENTRY send_context::refs

Definition at line 103 of file send.c.

◆ root

root* send_context::root

Definition at line 70 of file send.c.

◆ root_dir

send_dir* send_context::root_dir

Definition at line 80 of file send.c.

◆ sd

send_dir* send_context::sd

Definition at line 102 of file send.c.

◆ send

send_info* send_context::send

Definition at line 81 of file send.c.

◆ size

uint64_t send_context::size

Definition at line 94 of file send.c.

◆ uid

uint64_t send_context::uid

Definition at line 88 of file send.c.

◆ Vcb

device_extension* send_context::Vcb

Definition at line 69 of file send.c.


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