|
ReactOS 0.4.16-dev-1946-g52006dd
|

Public Attributes | |
| LIST_ENTRY | list_entry |
| uint64_t | inode |
| bool | dummy |
| BTRFS_TIME | atime |
| BTRFS_TIME | mtime |
| BTRFS_TIME | ctime |
| struct send_dir * | parent |
| uint16_t | namelen |
| char * | name |
| LIST_ENTRY | deleted_children |
| BTRFS_TIME send_dir::atime |
Definition at line 25 of file send.c.
Referenced by flush_refs(), and send_inode().
| BTRFS_TIME send_dir::ctime |
Definition at line 27 of file send.c.
Referenced by flush_refs(), and send_inode().
| LIST_ENTRY send_dir::deleted_children |
Definition at line 31 of file send.c.
Referenced by finish_inode(), and flush_refs().
| bool send_dir::dummy |
Definition at line 24 of file send.c.
Referenced by flush_refs(), and send_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 send_dir::list_entry |
Definition at line 22 of file send.c.
Referenced by finish_inode(), and send_add_dir().
| BTRFS_TIME send_dir::mtime |
Definition at line 26 of file send.c.
Referenced by flush_refs(), and send_inode().
| char* send_dir::name |
Definition at line 30 of file send.c.
Referenced by finish_inode().
| uint16_t send_dir::namelen |
Definition at line 29 of file send.c.
Referenced by finish_inode(), and flush_refs().