Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dnbd.h65 #define NBD_REPLY_MAGIC 0x67446698 macro
/Linux-v4.19/Documentation/translations/zh_CN/
Dmagic-number.txt138 NBD_REPLY_MAGIC 0x96744668 nbd_reply include/linux/nbd.h
/Linux-v4.19/Documentation/process/
Dmagic-number.rst143 NBD_REPLY_MAGIC 0x96744668 nbd_reply ``include/linux/nbd.h``
/Linux-v4.19/drivers/block/
Dnbd.c636 if (ntohl(reply.magic) != NBD_REPLY_MAGIC) { in nbd_read_stat()