ReactOS 0.4.15-dev-8434-g155a7c7
send_dir Struct Reference
Collaboration diagram for send_dir:

Public Attributes

LIST_ENTRY list_entry
 
uint64_t inode
 
bool dummy
 
BTRFS_TIME atime
 
BTRFS_TIME mtime
 
BTRFS_TIME ctime
 
struct send_dirparent
 
uint16_t namelen
 
charname
 
LIST_ENTRY deleted_children
 

Detailed Description

Definition at line 21 of file send.c.

Member Data Documentation

◆ atime

BTRFS_TIME send_dir::atime

Definition at line 25 of file send.c.

Referenced by flush_refs(), and send_inode().

◆ ctime

BTRFS_TIME send_dir::ctime

Definition at line 27 of file send.c.

Referenced by flush_refs(), and send_inode().

◆ deleted_children

LIST_ENTRY send_dir::deleted_children

Definition at line 31 of file send.c.

Referenced by finish_inode(), and flush_refs().

◆ dummy

bool send_dir::dummy

Definition at line 24 of file send.c.

Referenced by flush_refs(), and send_inode().

◆ inode

uint64_t send_dir::inode

Definition at line 23 of file send.c.

Referenced by find_send_dir(), and send_add_dir().

◆ list_entry

LIST_ENTRY send_dir::list_entry

Definition at line 22 of file send.c.

Referenced by finish_inode(), and send_add_dir().

◆ mtime

BTRFS_TIME send_dir::mtime

Definition at line 26 of file send.c.

Referenced by flush_refs(), and send_inode().

◆ name

char* send_dir::name

Definition at line 30 of file send.c.

Referenced by finish_inode().

◆ namelen

uint16_t send_dir::namelen

Definition at line 29 of file send.c.

Referenced by finish_inode(), and flush_refs().

◆ parent

struct send_dir* send_dir::parent

Definition at line 28 of file send.c.


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