Searched refs:restype (Results 1 – 6 of 6) sorted by relevance
/fs/lockd/ |
D | clnt4xdr.c | 572 #define PROC(proc, argtype, restype) \ argument 576 .p_decode = (kxdrdproc_t)nlm4_xdr_dec_##restype, \ 578 .p_replen = NLM4_##restype##_sz, \
|
D | clntxdr.c | 570 #define PROC(proc, argtype, restype) \ argument 574 .p_decode = (kxdrdproc_t)nlm_xdr_dec_##restype, \ 576 .p_replen = NLM_##restype##_sz, \
|
/fs/nfsd/ |
D | nfs4callback.c | 579 #define PROC(proc, call, argtype, restype) \ argument 583 .p_decode = (kxdrdproc_t)nfs4_xdr_dec_##restype, \ 585 .p_replen = NFS4_dec_##restype##_sz, \
|
/fs/nfs/ |
D | nfs2xdr.c | 1124 #define PROC(proc, argtype, restype, timer) \ argument 1128 .p_decode = (kxdrdproc_t)nfs2_xdr_dec_##restype, \ 1130 .p_replen = NFS_##restype##_sz, \
|
D | nfs3xdr.c | 2428 #define PROC(proc, argtype, restype, timer) \ argument 2432 .p_decode = (kxdrdproc_t)nfs3_xdr_dec_##restype##3res, \ 2434 .p_replen = NFS3_##restype##res_sz, \
|
D | nfs4xdr.c | 7026 #define PROC(proc, argtype, restype) \ argument 7030 .p_decode = (kxdrdproc_t)nfs4_xdr_##restype, \ 7032 .p_replen = NFS4_##restype##_sz, \
|