Searched refs:restype (Results 1 – 6 of 6) sorted by relevance
/fs/lockd/ |
D | clntxdr.c | 551 #define PROC(proc, argtype, restype) \ argument 555 .p_decode = nlm_xdr_dec_##restype, \ 557 .p_replen = NLM_##restype##_sz, \
|
D | clnt4xdr.c | 553 #define PROC(proc, argtype, restype) \ argument 557 .p_decode = nlm4_xdr_dec_##restype, \ 559 .p_replen = NLM4_##restype##_sz, \
|
/fs/nfs/ |
D | nfs2xdr.c | 1126 #define PROC(proc, argtype, restype, timer) \ argument 1130 .p_decode = nfs2_xdr_dec_##restype, \ 1132 .p_replen = NFS_##restype##_sz, \
|
D | nfs3xdr.c | 2507 #define PROC(proc, argtype, restype, timer) \ argument 2511 .p_decode = nfs3_xdr_dec_##restype##3res, \ 2513 .p_replen = NFS3_##restype##res_sz, \
|
D | nfs4xdr.c | 7498 #define PROC(proc, argtype, restype) \ argument 7502 .p_decode = nfs4_xdr_##restype, \ 7504 .p_replen = NFS4_##restype##_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 771 .p_decode = nfs4_xdr_dec_##restype, \ 773 .p_replen = NFS4_dec_##restype##_sz, \
|