Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dnbd.h65 #define NBD_REPLY_MAGIC 0x67446698 macro
/Linux-v5.15/Documentation/translations/zh_CN/process/
Dmagic-number.rst127 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/Linux-v5.15/Documentation/translations/zh_TW/process/
Dmagic-number.rst130 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/Linux-v5.15/Documentation/process/
Dmagic-number.rst137 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/Linux-v5.15/Documentation/translations/it_IT/process/
Dmagic-number.rst143 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/Linux-v5.15/drivers/block/
Dnbd.c716 if (ntohl(reply.magic) != NBD_REPLY_MAGIC) { in nbd_read_stat()