Lines Matching +defs:val +defs:off
11 Qcow2Meta::Qcow2Meta(Qcow2Header &h, u64 off, u32 sz, const char *name, u32 f): in Qcow2Meta()
83 int Qcow2Meta::flush(Qcow2State &qs, const qcow2_io_ctx_t &ioc, u64 off, in flush()
119 unsigned off = offset; in Qcow2HeaderExtFeatureNameTable() local
152 int Qcow2Header::flush(Qcow2State &qs, const qcow2_io_ctx_t &ioc, u64 off, in flush()
282 Qcow2MappingMeta::Qcow2MappingMeta(Qcow2State &qs, u64 off, u32 buf_sz, in Qcow2MappingMeta()
297 u64 off, u32 len, bool run_fsync) in __flush()
368 Qcow2TopTable::Qcow2TopTable(Qcow2State &qs, u64 off, u32 buf_sz, in Qcow2TopTable()
418 u64 off, u32 len) in flush()
505 void Qcow2L1Table::set_entry(u32 idx, u64 val) { in set_entry()
532 void Qcow2RefcountTable::set_entry(u32 idx, u64 val) { in set_entry()
548 Qcow2SliceMeta::Qcow2SliceMeta(Qcow2State &qs, u64 off, u32 buf_sz, in Qcow2SliceMeta()
835 Qcow2RefcountBlock::Qcow2RefcountBlock(Qcow2State &qs, u64 off, u32 p_idx, u32 f): in Qcow2RefcountBlock()
845 void Qcow2RefcountBlock::reset(Qcow2State &qs, u64 off, u32 p_idx, u32 f) in reset()
869 void Qcow2RefcountBlock::set_entry(u32 idx, u64 val) { in set_entry()
880 u64 off, u32 len) in flush()
943 Qcow2L2Table::Qcow2L2Table(Qcow2State &qs, u64 off, u32 p_idx, u32 f): in Qcow2L2Table()
954 void Qcow2L2Table::reset(Qcow2State &qs, u64 off, u32 p_idx, u32 f) in reset()
997 void Qcow2L2Table::set_entry(u32 idx, u64 val) { in set_entry()
1017 u64 off, u32 len) in flush()