Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/block/rnbd/
Drnbd-srv-trace.h123 __field(u8, proto_ver)
130 __entry->proto_ver = srv->ver;
138 __entry->proto_ver,
/linux-6.1.9/fs/orangefs/
Ddevorangefs-req.c163 __s32 proto_ver = ORANGEFS_KERNEL_PROTO_VERSION; in orangefs_devreq_read() local
281 ret = copy_to_user(buf, &proto_ver, sizeof(__s32)); in orangefs_devreq_read()
/linux-6.1.9/drivers/i2c/busses/
Di2c-cp2615.c49 __be16 part_id, option_id, proto_ver; member
/linux-6.1.9/Documentation/filesystems/
Dorangefs.rst492 io_array[0].iov_base = address of local variable "proto_ver" (int32_t)
/linux-6.1.9/net/ceph/
Dosd_client.c4489 u8 proto_ver, opcode; in handle_watch_notify() local
4496 ceph_decode_8_safe(&p, end, proto_ver, bad); in handle_watch_notify()
4502 if (proto_ver >= 1) { in handle_watch_notify()