Searched refs:restype (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/lockd/ |
D | xdr.c | 563 #define PROC(proc, argtype, restype) \ argument 566 .p_decode = (kxdrproc_t) nlmclt_decode_##restype, \ 567 .p_bufsiz = MAX(NLM_##argtype##_sz, NLM_##restype##_sz) << 2 \
|
D | xdr4.c | 569 #define PROC(proc, argtype, restype) \ argument 572 .p_decode = (kxdrproc_t) nlm4clt_decode_##restype, \ 573 .p_bufsiz = MAX(NLM4_##argtype##_sz, NLM4_##restype##_sz) << 2 \
|
/linux-2.4.37.9/fs/nfs/ |
D | nfs2xdr.c | 700 #define PROC(proc, argtype, restype, timer) \ argument 703 .p_decode = (kxdrproc_t) nfs_xdr_##restype, \ 704 .p_bufsiz = MAX(NFS_##argtype##_sz,NFS_##restype##_sz) << 2, \
|
D | nfs3xdr.c | 1002 #define PROC(proc, argtype, restype, timer) \ argument 1005 .p_decode = (kxdrproc_t) nfs3_xdr_##restype, \ 1006 .p_bufsiz = MAX(NFS3_##argtype##_sz,NFS3_##restype##_sz) << 2, \
|