Searched refs:running_proto (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dstack_user.c162 static struct ocfs2_protocol_version running_proto; variable in typeref:struct:ocfs2_protocol_version
327 ((running_proto.pv_major != p->op_proto.pv_major) ||
328 (running_proto.pv_minor != p->op_proto.pv_minor))) {
335 running_proto.pv_major = p->op_proto.pv_major;
336 running_proto.pv_minor = p->op_proto.pv_minor;
590 running_proto.pv_major = 0;
591 running_proto.pv_major = 0;
816 * running_proto must have been set before we allowed any mounts
819 if (fs_protocol_compare(&running_proto, &conn->cc_version)) {
825 running_proto
[all...]

Completed in 60 milliseconds