Home
last modified time | relevance | path

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

/linux-4.1.27/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()
/linux-4.1.27/Documentation/zh_CN/
Dmagic-number.txt115 COW_MAGIC 0x4f4f4f4d cow_header_v1 arch/um/drivers/ubd_user.c
/linux-4.1.27/Documentation/
Dmagic-number.txt115 COW_MAGIC 0x4f4f4f4d cow_header_v1 arch/um/drivers/ubd_user.c