Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/lockd/
Dxdr.c563 #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 \
Dxdr4.c569 #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/
Dnfs2xdr.c700 #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, \
Dnfs3xdr.c1002 #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, \