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