NFS3_COOKIEVERFSIZE   42 fs/nfs/nfs3xdr.c #define NFS3_cookieverf_sz	(NFS3_COOKIEVERFSIZE>>2)
NFS3_COOKIEVERFSIZE  274 fs/nfs/nfs3xdr.c 	memcpy(p, verifier, NFS3_COOKIEVERFSIZE);
NFS3_COOKIEVERFSIZE  275 fs/nfs/nfs3xdr.c 	return p + XDR_QUADLEN(NFS3_COOKIEVERFSIZE);
NFS3_COOKIEVERFSIZE  282 fs/nfs/nfs3xdr.c 	p = xdr_inline_decode(xdr, NFS3_COOKIEVERFSIZE);
NFS3_COOKIEVERFSIZE  285 fs/nfs/nfs3xdr.c 	memcpy(verifier, p, NFS3_COOKIEVERFSIZE);
NFS3_COOKIEVERFSIZE 1233 fs/nfs/nfs3xdr.c 	p = xdr_reserve_space(xdr, 8 + NFS3_COOKIEVERFSIZE + 4);
NFS3_COOKIEVERFSIZE 1268 fs/nfs/nfs3xdr.c 	p = xdr_reserve_space(xdr, 8 + NFS3_COOKIEVERFSIZE + 4 + 4);