Home
last modified time | relevance | path

Searched refs:restype (Results 1 – 6 of 6) sorted by relevance

/fs/lockd/
Dclntxdr.c551 #define PROC(proc, argtype, restype) \ argument
555 .p_decode = nlm_xdr_dec_##restype, \
557 .p_replen = NLM_##restype##_sz, \
Dclnt4xdr.c553 #define PROC(proc, argtype, restype) \ argument
557 .p_decode = nlm4_xdr_dec_##restype, \
559 .p_replen = NLM4_##restype##_sz, \
/fs/nfs/
Dnfs2xdr.c1126 #define PROC(proc, argtype, restype, timer) \ argument
1130 .p_decode = nfs2_xdr_dec_##restype, \
1132 .p_replen = NFS_##restype##_sz, \
Dnfs3xdr.c2507 #define PROC(proc, argtype, restype, timer) \ argument
2511 .p_decode = nfs3_xdr_dec_##restype##3res, \
2513 .p_replen = NFS3_##restype##res_sz, \
Dnfs4xdr.c7498 #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/
Dnfs4callback.c767 #define PROC(proc, call, argtype, restype) \ argument
771 .p_decode = nfs4_xdr_dec_##restype, \
773 .p_replen = NFS4_dec_##restype##_sz, \