Searched refs:COW_MAGIC (Results 1 – 4 of 4) 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()
110 COW_MAGIC 0x4f4f4f4d cow_header_v1 ``arch/um/drivers/ubd_user.c``
121 COW_MAGIC 0x4f4f4f4d cow_header_v1 ``arch/um/drivers/ubd_user.c``
127 COW_MAGIC 0x4f4f4f4d cow_header_v1 ``arch/um/drivers/ubd_user.c``