Searched refs:argtype (Results 1 – 6 of 6) sorted by relevance
| /fs/lockd/ |
| A D | clnt4xdr.c | 546 #define PROC(proc, argtype, restype) \ argument 549 .p_encode = nlm4_xdr_enc_##argtype, \ 551 .p_arglen = NLM4_##argtype##_sz, \
|
| A D | clntxdr.c | 552 #define PROC(proc, argtype, restype) \ argument 555 .p_encode = nlm_xdr_enc_##argtype, \ 557 .p_arglen = NLM_##argtype##_sz, \
|
| /fs/nfs/ |
| A D | nfs2xdr.c | 1053 #define PROC(proc, argtype, restype, timer) \ argument 1056 .p_encode = nfs2_xdr_enc_##argtype, \ 1058 .p_arglen = NFS_##argtype##_sz, \
|
| A D | nfs3xdr.c | 2440 #define PROC(proc, argtype, restype, timer) \ argument 2443 .p_encode = nfs3_xdr_enc_##argtype##3args, \ 2445 .p_arglen = NFS3_##argtype##args_sz, \
|
| A D | nfs4xdr.c | 7635 #define PROC(proc, argtype, restype) \ argument 7638 .p_encode = nfs4_xdr_##argtype, \ 7640 .p_arglen = NFS4_##argtype##_sz, \ 7652 #define PROC41(proc, argtype, restype) \ argument 7653 PROC(proc, argtype, restype) 7655 #define PROC41(proc, argtype, restype) \ argument 7660 #define PROC42(proc, argtype, restype) \ argument 7661 PROC(proc, argtype, restype) 7663 #define PROC42(proc, argtype, restype) \ argument
|
| /fs/nfsd/ |
| A D | nfs4callback.c | 1012 #define PROC(proc, call, argtype, restype) \ argument 1015 .p_encode = nfs4_xdr_enc_##argtype, \ 1017 .p_arglen = NFS4_enc_##argtype##_sz, \
|
Completed in 37 milliseconds