Searched refs:encode_op_hdr (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/fs/nfs/ |
A D | nfs42xdr.c | 274 encode_op_hdr(xdr, OP_ALLOCATE, decode_allocate_maxsz, hdr); in encode_allocate() 302 encode_op_hdr(xdr, OP_COPY, decode_copy_maxsz, hdr); in encode_copy() 332 encode_op_hdr(xdr, OP_COPY_NOTIFY, decode_copy_notify_maxsz, hdr); in encode_copy_notify() 341 encode_op_hdr(xdr, OP_DEALLOCATE, decode_deallocate_maxsz, hdr); in encode_deallocate() 349 encode_op_hdr(xdr, OP_READ_PLUS, decode_read_plus_maxsz, hdr); in encode_read_plus() 359 encode_op_hdr(xdr, OP_SEEK, decode_seek_maxsz, hdr); in encode_seek() 399 encode_op_hdr(xdr, OP_CLONE, decode_clone_maxsz, hdr); in encode_clone() 445 encode_op_hdr(xdr, OP_SETXATTR, decode_setxattr_maxsz, hdr); in encode_setxattr() 472 encode_op_hdr(xdr, OP_GETXATTR, decode_getxattr_maxsz, hdr); in encode_getxattr() 541 encode_op_hdr(xdr, OP_LISTXATTRS, decode_listxattrs_maxsz, hdr); in encode_listxattrs() [all …]
|
A D | nfs4xdr.c | 1208 encode_op_hdr(xdr, OP_CLOSE, decode_close_maxsz, hdr); in encode_close() 1297 encode_op_hdr(xdr, OP_GETFH, decode_getfh_maxsz, hdr); in encode_getfh() 1302 encode_op_hdr(xdr, OP_LINK, decode_link_maxsz, hdr); in encode_link() 1340 encode_op_hdr(xdr, OP_LOCK, decode_lock_maxsz, hdr); in encode_lock() 1363 encode_op_hdr(xdr, OP_LOCKT, decode_lockt_maxsz, hdr); in encode_lockt() 1375 encode_op_hdr(xdr, OP_LOCKU, decode_locku_maxsz, hdr); in encode_locku() 1538 encode_op_hdr(xdr, OP_OPEN, decode_open_maxsz, hdr); in encode_open() 1580 encode_op_hdr(xdr, OP_PUTFH, decode_putfh_maxsz, hdr); in encode_putfh() 1594 encode_op_hdr(xdr, OP_READ, decode_read_maxsz, hdr); in encode_read() 1748 encode_op_hdr(xdr, OP_SETCLIENTID_CONFIRM, in encode_setclientid_confirm() [all …]
|
A D | callback_xdr.c | 668 static __be32 encode_op_hdr(struct xdr_stream *xdr, uint32_t op, __be32 res) in encode_op_hdr() function 910 res = encode_op_hdr(xdr_out, op_nr, status); in process_op()
|
Completed in 22 milliseconds