Home
last modified time | relevance | path

Searched defs:nbd_request (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dnbd.h51 struct nbd_request { struct
52 __be32 magic;
53 __be32 type;
54 char handle[8];
55 __be64 from;
56 __be32 len;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dnbd.h51 struct nbd_request { struct
52 __be32 magic;
53 __be32 type;
54 char handle[8];
55 __be64 from;
56 __be32 len;
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dnbd.h38 struct nbd_request { struct
39 __be32 magic;
40 __be32 type;
41 char handle[8];
42 __be64 from;
43 __be32 len;
/kernel/linux/linux-5.10/include/uapi/linux/
Dnbd.h72 struct nbd_request { struct
73 __be32 magic;
74 __be32 type; /* == READ || == WRITE */
75 char handle[8];
76 __be64 from;
77 __be32 len;
/kernel/linux/linux-6.6/include/uapi/linux/
Dnbd.h81 struct nbd_request { struct
82 __be32 magic; /* NBD_REQUEST_MAGIC */
83 __be32 type; /* See NBD_CMD_* */
84 union {
88 __be64 from;
89 __be32 len;