Searched defs:virtiovf_migration_file (Results 1 – 1 of 1) sorted by relevance
57 struct virtiovf_migration_file { struct58 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;[all …]