Searched refs:proto_ver (Results 1 – 4 of 4) sorted by relevance
163 __s32 proto_ver = ORANGEFS_KERNEL_PROTO_VERSION; in orangefs_devreq_read() local281 ret = copy_to_user(buf, &proto_ver, sizeof(__s32)); in orangefs_devreq_read()
49 __be16 part_id, option_id, proto_ver; member
492 io_array[0].iov_base = address of local variable "proto_ver" (int32_t)
4580 u8 proto_ver, opcode; in handle_watch_notify() local4587 ceph_decode_8_safe(&p, end, proto_ver, bad); in handle_watch_notify()4593 if (proto_ver >= 1) { in handle_watch_notify()