Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4xdr.c6231 unsigned int op_status_offset; in nfsd4_encode_operation() local
6236 op_status_offset = xdr->buf->len; in nfsd4_encode_operation()
6279 xdr_truncate_encode(xdr, op_status_offset + XDR_UNIT); in nfsd4_encode_operation()
6281 int len = xdr->buf->len - (op_status_offset + XDR_UNIT); in nfsd4_encode_operation()
6287 op_status_offset + XDR_UNIT, in nfsd4_encode_operation()
6296 write_bytes_to_xdr_buf(xdr->buf, op_status_offset, in nfsd4_encode_operation()