Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/um/drivers/
H A Dcow_user.c119 #define COW_MAGIC 0x4f4f4f4d /* MOOO */ macro
217 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()
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dcow_user.c119 #define COW_MAGIC 0x4f4f4f4d /* MOOO */ macro
217 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()

Completed in 3 milliseconds