···130130 *131131 * Must not block.132132 *133133- * Returns 1 iff in cache, 0 iff not, < 0 on error (-EWOULDBLOCK134134- * would be typical).133133+ * Returns 0 if in cache, -ENOENT if not, < 0 for other errors134134+ * (-EWOULDBLOCK would be typical).135135 */136136 int (*lookup)(struct dm_cache_policy *p, dm_oblock_t oblock, dm_cblock_t *cblock);137137