Searched refs:restype (Results 1 – 6 of 6) sorted by relevance
/fs/lockd/ |
D | clnt4xdr.c | 553 #define PROC(proc, argtype, restype) \ argument 557 .p_decode = nlm4_xdr_dec_##restype, \ 559 .p_replen = NLM4_##restype##_sz, \
|
D | clntxdr.c | 551 #define PROC(proc, argtype, restype) \ argument 555 .p_decode = nlm_xdr_dec_##restype, \ 557 .p_replen = NLM_##restype##_sz, \
|
/fs/nfs/ |
D | nfs2xdr.c | 1121 #define PROC(proc, argtype, restype, timer) \ argument 1125 .p_decode = nfs2_xdr_dec_##restype, \ 1127 .p_replen = NFS_##restype##_sz, \
|
D | nfs3xdr.c | 2503 #define PROC(proc, argtype, restype, timer) \ argument 2507 .p_decode = nfs3_xdr_dec_##restype##3res, \ 2509 .p_replen = NFS3_##restype##res_sz, \
|
D | nfs4xdr.c | 7518 #define PROC(proc, argtype, restype) \ argument 7522 .p_decode = nfs4_xdr_##restype, \ 7524 .p_replen = NFS4_##restype##_sz, \ 7535 #define PROC41(proc, argtype, restype) \ argument 7536 PROC(proc, argtype, restype) 7538 #define PROC41(proc, argtype, restype) \ argument 7543 #define PROC42(proc, argtype, restype) \ argument 7544 PROC(proc, argtype, restype) 7546 #define PROC42(proc, argtype, restype) \ argument
|
/fs/nfsd/ |
D | nfs4callback.c | 768 #define PROC(proc, call, argtype, restype) \ argument 772 .p_decode = nfs4_xdr_dec_##restype, \ 774 .p_replen = NFS4_dec_##restype##_sz, \
|