Searched refs:argtype (Results 1 – 6 of 6) sorted by relevance
/fs/lockd/ |
D | clntxdr.c | 562 #define PROC(proc, argtype, restype) \ argument 565 .p_encode = (kxdreproc_t)nlm_xdr_enc_##argtype, \ 567 .p_arglen = NLM_##argtype##_sz, \
|
D | clnt4xdr.c | 564 #define PROC(proc, argtype, restype) \ argument 567 .p_encode = (kxdreproc_t)nlm4_xdr_enc_##argtype, \ 569 .p_arglen = NLM4_##argtype##_sz, \
|
/fs/nfsd/ |
D | nfs4callback.c | 557 #define PROC(proc, call, argtype, restype) \ argument 560 .p_encode = (kxdreproc_t)nfs4_xdr_enc_##argtype, \ 562 .p_arglen = NFS4_enc_##argtype##_sz, \
|
/fs/nfs/ |
D | nfs2xdr.c | 1114 #define PROC(proc, argtype, restype, timer) \ argument 1117 .p_encode = (kxdreproc_t)nfs2_xdr_enc_##argtype, \ 1119 .p_arglen = NFS_##argtype##_sz, \
|
D | nfs3xdr.c | 2486 #define PROC(proc, argtype, restype, timer) \ argument 2489 .p_encode = (kxdreproc_t)nfs3_xdr_enc_##argtype##3args, \ 2491 .p_arglen = NFS3_##argtype##args_sz, \
|
D | nfs4xdr.c | 7194 #define PROC(proc, argtype, restype) \ argument 7197 .p_encode = (kxdreproc_t)nfs4_xdr_##argtype, \ 7199 .p_arglen = NFS4_##argtype##_sz, \
|