Searched refs:COW_MAGIC (Results 1 – 1 of 1) sorted by relevance
119 #define COW_MAGIC 0x4f4f4f4d /* MOOO */ macro217 header->magic = htobe32(COW_MAGIC); in write_cow_header()302 if (magic == COW_MAGIC) in read_cow_header()304 else if (magic == be32toh(COW_MAGIC)) in read_cow_header()