clnt4xdr.c (020abf03cd659388f94cb328e1e1df0656e0d7ff) | clnt4xdr.c (a613fa168afc19179a7547fbba45644c5b6912bf) |
---|---|
1/* 2 * linux/fs/lockd/clnt4xdr.c 3 * 4 * XDR functions to encode/decode NLM version 4 RPC arguments and results. 5 * 6 * NLM client-side only. 7 * 8 * Copyright (C) 2010, Oracle. All rights reserved. --- 584 unchanged lines hidden (view full) --- 593 PROC(GRANTED_MSG, testargs, norep), 594 PROC(TEST_RES, testres, norep), 595 PROC(LOCK_RES, res, norep), 596 PROC(CANCEL_RES, res, norep), 597 PROC(UNLOCK_RES, res, norep), 598 PROC(GRANTED_RES, res, norep), 599}; 600 | 1/* 2 * linux/fs/lockd/clnt4xdr.c 3 * 4 * XDR functions to encode/decode NLM version 4 RPC arguments and results. 5 * 6 * NLM client-side only. 7 * 8 * Copyright (C) 2010, Oracle. All rights reserved. --- 584 unchanged lines hidden (view full) --- 593 PROC(GRANTED_MSG, testargs, norep), 594 PROC(TEST_RES, testres, norep), 595 PROC(LOCK_RES, res, norep), 596 PROC(CANCEL_RES, res, norep), 597 PROC(UNLOCK_RES, res, norep), 598 PROC(GRANTED_RES, res, norep), 599}; 600 |
601struct rpc_version nlm_version4 = { | 601const struct rpc_version nlm_version4 = { |
602 .number = 4, 603 .nrprocs = ARRAY_SIZE(nlm4_procedures), 604 .procs = nlm4_procedures, 605}; | 602 .number = 4, 603 .nrprocs = ARRAY_SIZE(nlm4_procedures), 604 .procs = nlm4_procedures, 605}; |