Searched refs:encode_op_hdr (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nfs/ |
| H A D | nfs42xdr.c | 309 encode_op_hdr(xdr, OP_ALLOCATE, decode_allocate_maxsz, hdr); in encode_allocate() 337 encode_op_hdr(xdr, OP_COPY, decode_copy_maxsz, hdr); in encode_copy() 361 encode_op_hdr(xdr, OP_COMMIT, decode_commit_maxsz, hdr); in encode_copy_commit() 371 encode_op_hdr(xdr, OP_OFFLOAD_CANCEL, decode_offload_cancel_maxsz, hdr); in encode_offload_cancel() 379 encode_op_hdr(xdr, OP_OFFLOAD_STATUS, decode_offload_status_maxsz, hdr); in encode_offload_status() 387 encode_op_hdr(xdr, OP_COPY_NOTIFY, decode_copy_notify_maxsz, hdr); in encode_copy_notify() 396 encode_op_hdr(xdr, OP_DEALLOCATE, decode_deallocate_maxsz, hdr); in encode_deallocate() 404 encode_op_hdr(xdr, OP_READ_PLUS, decode_read_plus_maxsz, hdr); in encode_read_plus() 414 encode_op_hdr(xdr, OP_SEEK, decode_seek_maxsz, hdr); in encode_seek() 427 encode_op_hdr(xdr, OP_LAYOUTSTATS, decode_layoutstats_maxsz, hdr); in encode_layoutstats() [all …]
|
| H A D | callback_xdr.c | 691 static __be32 encode_op_hdr(struct xdr_stream *xdr, uint32_t op, __be32 res) in encode_op_hdr() function 927 res = encode_op_hdr(xdr_out, op_nr, status); in process_op()
|