Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/Documentation/translations/zh_CN/process/
Dmagic-number.rst111 COW_MAGIC 0x4f4f4f4d cow_header_v1 ``arch/um/drivers/ubd_user.c``
/Linux-v5.4/Documentation/translations/it_IT/process/
Dmagic-number.rst128 COW_MAGIC 0x4f4f4f4d cow_header_v1 ``arch/um/drivers/ubd_user.c``
/Linux-v5.4/Documentation/process/
Dmagic-number.rst122 COW_MAGIC 0x4f4f4f4d cow_header_v1 ``arch/um/drivers/ubd_user.c``