Home
last modified time | relevance | path

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

/arch/um/drivers/
Dcow_user.c118 #define COW_MAGIC 0x4f4f4f4d /* MOOO */ macro
216 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()