Lines Matching +defs:val +defs:f
11 Qcow2Meta::Qcow2Meta(Qcow2Header &h, u64 off, u32 sz, const char *name, u32 f): in Qcow2Meta()
283 const char *cls_name, u32 f): in Qcow2MappingMeta()
369 const char *cls_name, u32 f): in Qcow2TopTable()
505 void Qcow2L1Table::set_entry(u32 idx, u64 val) { in set_entry()
532 void Qcow2RefcountTable::set_entry(u32 idx, u64 val) { in set_entry()
549 const char *cls_name, u32 p_idx, u32 f): 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()
917 int f = -1, l; in dump() local
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()
1045 int f = -1, l; in dump() local