Home
last modified time | relevance | path

Searched refs:qed_check_cluster_offset (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/block/
H A Dqed.h272 static inline bool qed_check_cluster_offset(BDRVQEDState *s, uint64_t offset) in qed_check_cluster_offset() function
296 return qed_check_cluster_offset(s, offset) && in qed_check_table_offset()
297 qed_check_cluster_offset(s, end_offset); in qed_check_table_offset()
H A Dqed-cluster.c130 } else if (qed_check_cluster_offset(s, offset)) { in qed_find_cluster()
H A Dqed-check.c89 if (!qed_check_cluster_offset(s, offset)) { in qed_check_l2_table()