Searched refs:argtype (Results 1 – 6 of 6) sorted by relevance
/fs/lockd/ |
D | clntxdr.c | 551 #define PROC(proc, argtype, restype) \ argument 554 .p_encode = nlm_xdr_enc_##argtype, \ 556 .p_arglen = NLM_##argtype##_sz, \
|
D | clnt4xdr.c | 553 #define PROC(proc, argtype, restype) \ argument 556 .p_encode = nlm4_xdr_enc_##argtype, \ 558 .p_arglen = NLM4_##argtype##_sz, \
|
/fs/nfs/ |
D | nfs2xdr.c | 1126 #define PROC(proc, argtype, restype, timer) \ argument 1129 .p_encode = nfs2_xdr_enc_##argtype, \ 1131 .p_arglen = NFS_##argtype##_sz, \
|
D | nfs3xdr.c | 2507 #define PROC(proc, argtype, restype, timer) \ argument 2510 .p_encode = nfs3_xdr_enc_##argtype##3args, \ 2512 .p_arglen = NFS3_##argtype##args_sz, \
|
D | nfs4xdr.c | 7498 #define PROC(proc, argtype, restype) \ argument 7501 .p_encode = nfs4_xdr_##argtype, \ 7503 .p_arglen = NFS4_##argtype##_sz, \ 7515 #define PROC41(proc, argtype, restype) \ argument 7516 PROC(proc, argtype, restype) 7518 #define PROC41(proc, argtype, restype) \ argument 7523 #define PROC42(proc, argtype, restype) \ argument 7524 PROC(proc, argtype, restype) 7526 #define PROC42(proc, argtype, restype) \ argument
|
/fs/nfsd/ |
D | nfs4callback.c | 767 #define PROC(proc, call, argtype, restype) \ argument 770 .p_encode = nfs4_xdr_enc_##argtype, \ 772 .p_arglen = NFS4_enc_##argtype##_sz, \
|