Searched refs:restype (Results 1 – 6 of 6) sorted by relevance
/fs/lockd/ |
D | clnt4xdr.c | 546 #define PROC(proc, argtype, restype) \ argument 550 .p_decode = nlm4_xdr_dec_##restype, \ 552 .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 | 2508 #define PROC(proc, argtype, restype, timer) \ argument 2512 .p_decode = nfs3_xdr_dec_##restype##3res, \ 2514 .p_replen = NFS3_##restype##res_sz, \
|
D | nfs4xdr.c | 7611 #define PROC(proc, argtype, restype) \ argument 7615 .p_decode = nfs4_xdr_##restype, \ 7617 .p_replen = NFS4_##restype##_sz, \ 7628 #define PROC41(proc, argtype, restype) \ argument 7629 PROC(proc, argtype, restype) 7631 #define PROC41(proc, argtype, restype) \ argument 7636 #define PROC42(proc, argtype, restype) \ argument 7637 PROC(proc, argtype, restype) 7639 #define PROC42(proc, argtype, restype) \ argument
|
/fs/nfsd/ |
D | nfs4callback.c | 838 #define PROC(proc, call, argtype, restype) \ argument 842 .p_decode = nfs4_xdr_dec_##restype, \ 844 .p_replen = NFS4_dec_##restype##_sz, \
|