Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
send_ctx Struct Reference

Data Fields

struct filesend_filp
 
loff_t send_off
 
charsend_buf
 
u32 send_size
 
u32 send_max_size
 
u64 total_send_size
 
u64 cmd_send_size [BTRFS_SEND_C_MAX+1]
 
struct vfsmountmnt
 
struct btrfs_rootsend_root
 
struct btrfs_rootparent_root
 
struct clone_rootclone_roots
 
int clone_roots_cnt
 
struct btrfs_pathleft_path
 
struct btrfs_pathright_path
 
struct btrfs_keycmp_key
 
u64 cur_ino
 
u64 cur_inode_gen
 
int cur_inode_new
 
int cur_inode_new_gen
 
int cur_inode_deleted
 
u64 cur_inode_size
 
u64 cur_inode_mode
 
u64 send_progress
 
struct list_head new_refs
 
struct list_head deleted_refs
 
struct radix_tree_root name_cache
 
struct list_head name_cache_list
 
int name_cache_size
 
struct filecur_inode_filp
 
charread_buf
 

Detailed Description

Definition at line 80 of file send.c.

Field Documentation

struct clone_root* clone_roots

Definition at line 93 of file send.c.

int clone_roots_cnt

Definition at line 94 of file send.c.

u64 cmd_send_size[BTRFS_SEND_C_MAX+1]

Definition at line 87 of file send.c.

struct btrfs_key* cmp_key

Definition at line 99 of file send.c.

u64 cur_ino

Definition at line 105 of file send.c.

int cur_inode_deleted

Definition at line 109 of file send.c.

struct file* cur_inode_filp

Definition at line 122 of file send.c.

u64 cur_inode_gen

Definition at line 106 of file send.c.

u64 cur_inode_mode

Definition at line 111 of file send.c.

int cur_inode_new

Definition at line 107 of file send.c.

int cur_inode_new_gen

Definition at line 108 of file send.c.

u64 cur_inode_size

Definition at line 110 of file send.c.

struct list_head deleted_refs

Definition at line 116 of file send.c.

struct btrfs_path* left_path

Definition at line 97 of file send.c.

Definition at line 89 of file send.c.

struct radix_tree_root name_cache

Definition at line 118 of file send.c.

struct list_head name_cache_list

Definition at line 119 of file send.c.

int name_cache_size

Definition at line 120 of file send.c.

struct list_head new_refs

Definition at line 115 of file send.c.

struct btrfs_root* parent_root

Definition at line 92 of file send.c.

char* read_buf

Definition at line 123 of file send.c.

struct btrfs_path* right_path

Definition at line 98 of file send.c.

char* send_buf

Definition at line 83 of file send.c.

struct file* send_filp

Definition at line 81 of file send.c.

u32 send_max_size

Definition at line 85 of file send.c.

loff_t send_off

Definition at line 82 of file send.c.

u64 send_progress

Definition at line 113 of file send.c.

struct btrfs_root* send_root

Definition at line 91 of file send.c.

u32 send_size

Definition at line 84 of file send.c.

u64 total_send_size

Definition at line 86 of file send.c.


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