Searched refs:decode_op_hdr (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dnfs4xdr.c2117 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) function
2880 status = decode_op_hdr(xdr, OP_ACCESS);
2896 status = decode_op_hdr(xdr, OP_CLOSE);
2909 status = decode_op_hdr(xdr, OP_COMMIT);
2923 status = decode_op_hdr(xdr, OP_CREATE);
2941 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
2968 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3001 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3028 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3094 if ((status = decode_op_hdr(xd
[all...]
H A Dcallback_xdr.c162 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) function
367 status = decode_op_hdr(xdr_in, &op_nr);

Completed in 102 milliseconds