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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfs/
H A Dnfs4xdr.c2596 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) function
3580 status = decode_op_hdr(xdr, OP_ACCESS);
3618 status = decode_op_hdr(xdr, OP_CLOSE);
3635 status = decode_op_hdr(xdr, OP_COMMIT);
3647 status = decode_op_hdr(xdr, OP_CREATE);
3670 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3696 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3728 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3757 status = decode_op_hdr(xdr, OP_GETATTR);
3877 if ((status = decode_op_hdr(xd
[all...]
H A Dcallback_xdr.c176 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) function
633 status = decode_op_hdr(xdr_in, &op_nr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfs/
H A Dnfs4xdr.c2596 static int decode_op_hdr(struct xdr_stream *xdr, enum nfs_opnum4 expected) function
3580 status = decode_op_hdr(xdr, OP_ACCESS);
3618 status = decode_op_hdr(xdr, OP_CLOSE);
3635 status = decode_op_hdr(xdr, OP_COMMIT);
3647 status = decode_op_hdr(xdr, OP_CREATE);
3670 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3696 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3728 if ((status = decode_op_hdr(xdr, OP_GETATTR)) != 0)
3757 status = decode_op_hdr(xdr, OP_GETATTR);
3877 if ((status = decode_op_hdr(xd
[all...]
H A Dcallback_xdr.c176 static __be32 decode_op_hdr(struct xdr_stream *xdr, unsigned int *op) function
633 status = decode_op_hdr(xdr_in, &op_nr);

Completed in 194 milliseconds