Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dnbd.h65 #define NBD_REPLY_MAGIC 0x67446698 macro
/Linux-v5.10/Documentation/translations/zh_CN/process/
Dmagic-number.rst133 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/Linux-v5.10/Documentation/process/
Dmagic-number.rst144 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/Linux-v5.10/Documentation/translations/it_IT/process/
Dmagic-number.rst150 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/Linux-v5.10/drivers/block/
Dnbd.c701 if (ntohl(reply.magic) != NBD_REPLY_MAGIC) { in nbd_read_stat()