Lines Matching defs:virtiovf_migration_file
57 struct virtiovf_migration_file { struct
58 struct file *filp;
60 struct mutex lock;
61 loff_t max_pos;
62 u64 pre_copy_initial_bytes;
63 struct ratelimit_state pre_copy_rl_state;
64 u64 record_size;
65 u32 record_tag;
66 u8 has_obj_id:1;
67 u32 obj_id;
68 enum virtiovf_migf_state state;
69 enum virtiovf_load_state load_state;
71 spinlock_t list_lock;
72 struct list_head buf_list;
73 struct list_head avail_list;
74 struct virtiovf_data_buffer *buf;
75 struct virtiovf_data_buffer *buf_header;
76 struct virtiovf_pci_core_device *virtvdev;