Searched defs:virtiovf_data_buffer (Results 1 – 1 of 1) sorted by relevance
26 struct virtiovf_data_buffer { struct27 struct sg_append_table table;28 loff_t start_pos;29 u64 length;30 u64 allocated_length;31 struct list_head buf_elm;32 u8 include_header_object:1;33 struct virtiovf_migration_file *migf;35 struct scatterlist *last_offset_sg;36 unsigned int sg_last_entry;[all …]