Home
last modified time | relevance | path

Searched refs:qed_check_table_offset (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/block/
H A Dqed-cluster.c111 if (!qed_check_table_offset(s, l2_offset)) { in qed_find_cluster()
H A Dqed.h286 static inline bool qed_check_table_offset(BDRVQEDState *s, uint64_t offset) in qed_check_table_offset() function
H A Dqed-check.c130 if (!qed_check_table_offset(s, offset)) { in qed_check_l1_table()
H A Dqed.c447 if (!qed_check_table_offset(s, s->header.l1_table_offset)) { in bdrv_qed_do_open()